is there a bug in a Autoinc field ?

  • Thread starter Thread starter Delphi
  • Start date Start date
D

Delphi

Hello

I write a big number of records in a table which has a date and an autoinc
field as index.
at the end, the inserted records don't have a logical position (several are
after others instead of before).
I use Delhpi with the ADO components to do it.
Is there a bug in the autoinc field ?

the errors are not reproductable ...

thank you
 
There is no guarantee what order the records may be stored in the table. If
you need them in an order, use a query and sort on the desired fields.
 
Back
Top