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

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 06/25/04


Date: Thu, 24 Jun 2004 22:03:32 -0500


>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.

You can limit the number of records returned with the maxrecords property but
there is no built in capability to retrieve then next group of records.
TclientDataset has this capability.

--
Brian Bushay (TeamB)
Bbushay@NMPLS.com


Relevant Pages