PDA

View Full Version : Please Help me in .DB file.


fdavood
05-25-2001, 10:16 PM
Hello

How can reset value in AUTOINC field (+ type) in a .Db file.

Thanks for your Help.

ogultekin
05-25-2001, 11:53 PM
Hello,

Give a try to removing (restructure) the autoinc field and save and then recreate the same field with same name and type.

Good luck.

fdavood
05-26-2001, 12:48 AM
Thanks.

I want to reset this field in my program after copy .db file and delete all records.
do you or anyone know other way to reset AUTOINC field.

I cannot speak english very well,sorry.
thanks for your times.

GeoWink
05-26-2001, 06:11 AM
Not sure but you might try a .clear on the field.

FieldByName('FieldName').Clear