How can I go through records on MS Access using Delphi

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
fb132
Posts: 1
Joined: Sat 21 May 2005 03:30

How can I go through records on MS Access using Delphi

Post by fb132 » Sat 21 May 2005 03:34

Ok, so I have a database in MS Access 2000 with over 300 000 records. The problem in Access contrary to mySql, you cant use Limit to go through records. But I have no choice because I cant show a datagrid with all 300 000, I want to view 20 records at a time. How could I do that? Is there a function in Delphi that can help me through it?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 23 May 2005 07:28

This forum serves to discuss MyDAC components to access to MySQL server from Delphi. Core Lab doesn't develop products to access to MS Access.

Post Reply