I have found a problem in described below case:
My application inserts a record with an autoincrement ID field; if i set db to insert state on two computers, after second Post () i get message 'Corrupt header / index'. I use BCBuilder, so it's convienent to set Insert on form open (show) and Post or Cancel on OK / Cancel buttons.
I suppose, that the reason is, that dbms counts AutoInc ID value when i do 'insert'; and of course when i Post record, i get an error.
My question is: is it possible to prevent such situation?
And another question: luckily, i was able to repare db by Tutil; is it sure, that always i'll be able to repare that error?
Thank for any help
Best regards