how to limit the number of rows for Client in the TADODataset?
From: Dexter (projenet_at_yahoo.com.br)
Date: 06/24/04
- Next message: David Freeman: "Re: Jet 4.0 vs others - left outer join"
- Previous message: Dennis: "Re: Re: Ok, I'm still confused.. SERVICE / ADO"
- Next in thread: Brian Bushay TeamB: "Re: how to limit the number of rows for Client in the TADODataset?"
- Reply: Brian Bushay TeamB: "Re: how to limit the number of rows for Client in the TADODataset?"
- Reply: 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 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
- Next message: David Freeman: "Re: Jet 4.0 vs others - left outer join"
- Previous message: Dennis: "Re: Re: Ok, I'm still confused.. SERVICE / ADO"
- Next in thread: Brian Bushay TeamB: "Re: how to limit the number of rows for Client in the TADODataset?"
- Reply: Brian Bushay TeamB: "Re: how to limit the number of rows for Client in the TADODataset?"
- Reply: Arthur Hoornweg: "Re: how to limit the number of rows for Client in the TADODataset?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|