Hi,
Is there an easy way to get the real "recordcount" value after opening a query, without disable the FetchAll propertie ?
Thanks!
Fabio
FetchAll and RecordCount
Re: FetchAll and RecordCount
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.
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
Hello Alex,
Ok, thank you.
Fabio
Ok, thank you.
Fabio
Re: FetchAll and RecordCount
Hello,
If you have any other questions, feel free to contact us.
If you have any other questions, feel free to contact us.