Page 1 of 1

RecordCount does't work with NonBlocking=True

Posted: Sat 04 Mar 2006 05:15
by kborsare
In ODAC v5.70 TOraQuery.RecordCount consistently returns 25 when Options.QueryRecCount = True and NonBlocking=True.

TOraQuery.RecordCount works fine when NonBlocking=False, so it appears that the NonBlocking feature is causing the RecordCount property to calculate incorrectly.

DBMonitor indicates that TOraQuery is performing a separate count even though the value is not returned through the RecordCount property.

(Sorry, but I had accidentally posted a duplicate of this message as a guest user).

Posted: Mon 06 Mar 2006 15:22
by Challenger
We reproduced and fixed this problem. This fix will be included in the next build of ODAC.