Re: ADO results set vs. BDE
- From: "Vitali Kalinin" <vitkalinin@xxxxxxxxx>
- Date: Fri, 25 Apr 2008 16:09:12 +0300
"hajo" <hajospuunup@xxxxxxxxx> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:
news:4811bb9c$1@xxxxxxxxxxxxxxxxxxxxxxxxx
You can achieve something like that with ServerSide cursors, for details see
Hi everyone,
I have a legacy application built in Delphi 7 that uses the BDE for
database access, and we're thinking of changing over to ADO.
I've noticed that, when opening a query, TADOQuery seems to always fetch
all the results, whereas the BDE TQuery component will only fetch a few at
a time.
Can TADOQuery be made to behave like the BDE TQuery component and only
fetch a few records at a time, or can it only fetch all the results?
TADODataSet.CursorLocation. Also it is not recommended to use them in GUI
due to performance considerations and numerous behavior restrictions.
.
- Follow-Ups:
- Re: ADO results set vs. BDE
- From: hajo
- Re: ADO results set vs. BDE
- References:
- ADO results set vs. BDE
- From: hajo
- ADO results set vs. BDE
- Prev by Date: ADO results set vs. BDE
- Next by Date: Re: ADO results set vs. BDE
- Previous by thread: ADO results set vs. BDE
- Next by thread: Re: ADO results set vs. BDE
- Index(es):