Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySQL & Dial up Database!

Status
Not open for further replies.

farhang321

Programmer
May 10, 2002
1
SA
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top