G
george
Hi,
I have a database comprising 20 look up tables. Only a few
of them need not be updated (ie zip codes), the rest all
need updating (a list of nationalities where from time to
time a new nationality needs to be added). In the
beginning I designed the primary key to be number (byte)
instead of auto number in order to save on resourses and
speed up the application.
Now I'm working on a routine to automatically add new
items in the combo box lists (based on the above mentioned
lookup tables) as the user enters a new item. I have found
out that having chosen byte as primary keys makes thing a
lot more difficult in programming compared to auto number.
Should I change to auto number and make programming easier
with the additional cost on resources or should I develop
a more complex routine to handle addition of new items
having a byte as primary key?
thanks in advance, george
I have a database comprising 20 look up tables. Only a few
of them need not be updated (ie zip codes), the rest all
need updating (a list of nationalities where from time to
time a new nationality needs to be added). In the
beginning I designed the primary key to be number (byte)
instead of auto number in order to save on resourses and
speed up the application.
Now I'm working on a routine to automatically add new
items in the combo box lists (based on the above mentioned
lookup tables) as the user enters a new item. I have found
out that having chosen byte as primary keys makes thing a
lot more difficult in programming compared to auto number.
Should I change to auto number and make programming easier
with the additional cost on resources or should I develop
a more complex routine to handle addition of new items
having a byte as primary key?
thanks in advance, george