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
- Next message: Brian Bushay TeamB: "Re: Record not found or changed by another user. How to solve it?"
- Previous message: Xie Bingpeng: "Re: Sort order of Access table without index"
- In reply to: Dexter: "how to limit the number of rows for Client in the TADODataset?"
- Next in thread: Arthur Hoornweg: "Re: how to limit the number of rows for Client in the TADODataset?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Brian Bushay TeamB: "Re: Record not found or changed by another user. How to solve it?"
- Previous message: Xie Bingpeng: "Re: Sort order of Access table without index"
- In reply to: Dexter: "how to limit the number of rows for Client in the TADODataset?"
- Next in thread: Arthur Hoornweg: "Re: how to limit the number of rows for Client in the TADODataset?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|