all records are deleted from table
Posted: Thu 31 May 2007 06:48
Hi,
I have a mysql table (TMySqlTable).With Borland C++ I am going through this table for modification in backward direction.When i reached to the first record and execute Post() statement on the first record of table, all the records in the table have been deleted.Just before executing Post() statment records were there.
I have no such problem moving in forward direction.
Could anyone give me some hints to overcome this problem?
Thanks.
I have a mysql table (TMySqlTable).With Borland C++ I am going through this table for modification in backward direction.When i reached to the first record and execute Post() statement on the first record of table, all the records in the table have been deleted.Just before executing Post() statment records were there.
I have no such problem moving in forward direction.
Could anyone give me some hints to overcome this problem?
Thanks.