Page 1 of 1

Fastest way to iterate through a large result set

Posted: Wed 03 Feb 2010 07:23
by tsteinmaurer
Hello,

what's the fastest way to iterate through a large result (> 1.000.000 records)? TIBCQuery with UniDirectional := True? Any other alternatives?

Thanks,
Thomas

Posted: Thu 04 Feb 2010 12:17
by Challenger
Yes, this is the fastest way. In this case IBDAC holds the number of records specified in the FetchRows property only.