selena1
Programmer
- Apr 7, 2003
- 69
I use Paradox database. But I have had some problems, so have decided to start using MySQL database. Problem that I had with Paradox database, was that after filtering some table, with TTable or TQuery component in Delphi, property RecNo (record number) was incorrect. For example: if I retriveve 5 records from the table that has 10 records, and after thet use property RecNo to get information:
Record 1 of 5, Record 2 of 5, ............,
as a result I can get:
Record 7 of 5.
So, property RecNo has value of real position of the record in complete table, not value of position of the record in filtered dataset. If I start using MySQL database can I solve this problem?
Cheers!
Record 1 of 5, Record 2 of 5, ............,
as a result I can get:
Record 7 of 5.
So, property RecNo has value of real position of the record in complete table, not value of position of the record in filtered dataset. If I start using MySQL database can I solve this problem?
Cheers!