farhang321
Programmer
Hi to all,
Consider a MySQL database with a table having many records (about 100,000).
I connect the client via dial up modem to server.
Also I open the table in a grid readind the records partially (incremental read when I scroll down the grid). Allthing is OK and the speed of reading the records is good (33600 bps modem).
The only problem is that when I close the program ( modem is connected yet), all records (100,000) is downloaded and after that program compeletely is finished.
May I know how can I disconnect the data server whitout downloading whole table?
(I use MySQL Zeos Data control in Delphi 5).
Thanks a lot
Consider a MySQL database with a table having many records (about 100,000).
I connect the client via dial up modem to server.
Also I open the table in a grid readind the records partially (incremental read when I scroll down the grid). Allthing is OK and the speed of reading the records is good (33600 bps modem).
The only problem is that when I close the program ( modem is connected yet), all records (100,000) is downloaded and after that program compeletely is finished.
May I know how can I disconnect the data server whitout downloading whole table?
(I use MySQL Zeos Data control in Delphi 5).
Thanks a lot