Order in which records are created

hi,
i have a table with an AutoInc primkey
client side i add records without a value for the primkey obviously
now can i be sure that if i add 100 recs that they will be created serverside at the order the were inserted in the client DATable?
in chronologic order that is…
tia,
Marc

Hi,

We process delta changes on server-side in order they were added.
note: you can check AutoInc values on server-side. they are started from -1 to -N