RecordCount does't work with NonBlocking=True
Posted: 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).
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).