Hi Friends,
{VFP6 win98} (I am not on a network)
I have quite a weird scenarion here. I really need help.
I have a table gltranfi.dbf in a database accdbc.dbc.
The app so far has been updating this table without any problems. Now you post an insert and the tableupdate() returns true but a closer look at the table reveals the records were not added.
I have recreated the database from scratch and added the table afresh and even recreated all the keys in it and all the field level validation rules/triggers.
I have checked for the existence of chr(0) in any of the fields in the table. No field has this chr(0) character.
I have copied the records to a text file, recreated my table from scratch and appended from the text file.
This has not made the situation better
*///
If I make the table a free table, the records are added successfully. If I return it to the database the situation reverts to the former state even if I recreate the DBC from scratch.
What could have happened to the table for it to behave this way.
I am at the end of my wit's and this is causing a stir. Please help me out.