Page 1 of 1

FetchAll and RecordCount

Posted: Fri 08 Mar 2013 01:22
by infobyte
Hi,

Is there an easy way to get the real "recordcount" value after opening a query, without disable the FetchAll propertie ?

Thanks!

Fabio

Re: FetchAll and RecordCount

Posted: Mon 11 Mar 2013 10:11
by AlexP
Hello,

To get the total record count you should set the QueryRecCount option to true.
In this case the following SQL statement 'SELECT COUNT(*) FROM ...' will be called automatically.

Re: FetchAll and RecordCount

Posted: Mon 11 Mar 2013 19:55
by infobyte
Hello Alex,

Ok, thank you.

Fabio

Re: FetchAll and RecordCount

Posted: Tue 12 Mar 2013 07:55
by AlexP
Hello,

If you have any other questions, feel free to contact us.