RecordCount does't work with NonBlocking=True

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kborsare
Posts: 1
Joined: Sat 04 Mar 2006 05:06
Location: Stoneham, MA, USA

RecordCount does't work with NonBlocking=True

Post by kborsare » Sat 04 Mar 2006 05:15

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).

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 06 Mar 2006 15:22

We reproduced and fixed this problem. This fix will be included in the next build of ODAC.

Post Reply