Page 1 of 1

all records are deleted from table

Posted: Thu 31 May 2007 06:48
by Veli
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.

Posted: Thu 31 May 2007 07:40
by Antaeus
Please specify the exact version of data access components you are using, including the edition name and the build number.

problem solved

Posted: Fri 01 Jun 2007 07:39
by Veli
Hi All,
It has been solved.I removed the IndexFieldNames option from the table then problem is disappeared.

Regards,