Partial Fetch

Freature requests from users for ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
User avatar
cipto_kh
Senior Boarder
Senior Boarder
Posts: 83
Joined: 28.09.2005, 11:22
Location: Indonesia
Contact:

Partial Fetch

Post by cipto_kh »

The feature that I think also important for ZeosDBO is the ability to partially fetch the data for large resultset from query or selectable procedure, when the user scroll down the data then the component will fetch again for data.

This feature is like the Direct Oracle Access component
User avatar
fduenas
Zeos Dev Team
Zeos Dev Team
Posts: 132
Joined: 26.08.2005, 08:12
Location: Cancún

Post by fduenas »

If you are using any DBgrid type component to see your records set TzQuery's property 'Filtered' to true, even if there is no filter speciofied, this will caus eto only fetch records.

the issue really is the RecordCount porperty. If not filteres it will return all recirds to count them, so DBgrid as also other girs call record coutn to check the number fo records.

So setting filtered to true will cause Dbgrid an other onmyl to fech record by record.
Post Reply