M
mklapp
Hello,
I am used to the type of primary key which is
maintained in such a way so that newly added records are
placed in the correct sequence based on the primary key.
An ADO.NET dataset I am using has a Primary key and is
used for sequential 'browsing'. When I add a new row to
it, the new keys are added to the end.
Does the primary key enforce or enable an access
sequence?
After adding a row is there a 'refresh', short of
making a trip to the DB, that restores the correct
sequence of keys?
mklapp
I am used to the type of primary key which is
maintained in such a way so that newly added records are
placed in the correct sequence based on the primary key.
An ADO.NET dataset I am using has a Primary key and is
used for sequential 'browsing'. When I add a new row to
it, the new keys are added to the end.
Does the primary key enforce or enable an access
sequence?
After adding a row is there a 'refresh', short of
making a trip to the DB, that restores the correct
sequence of keys?
mklapp