Hi I am trying to insert records into a small Dbase file. Whenever I insert it always appends.
If I do db.prior; db.prior; (which should be at least 2 records from the end) and do a db.insert, it always appends.
I do not want to use an index as the record has to be put in the position where the cursor is.
If I try a table and point to a record and activate db.insert, it still appends.
What am I doing wrong ?
Thanks Wallace