how to limit the number of rows for Client in the TADODataset?

From: Dexter (projenet_at_yahoo.com.br)
Date: 06/24/04


Date: Thu, 24 Jun 2004 16:25:53 -0300

Hello,

I need to limit the number of rows returned of a TADODataset. I know that
the ADODataset make this work.
Exemple:

I want to make a select (select * from tab1) in my DataBase, but it returns
only the 10 first rows, then when the pointer goes to the end, the
TADODataBase returns more 10 rows.

Would somebody know how to make this?

Dexter



Relevant Pages