Hello,
I'm running mysql++ on an ubuntu server with mysql 5.1.41
I have some very hugh tables (6M+) and my Views & Selects always return more
than 1M tuples so I'm forced to use the "mysqlpp::UseQueryResult" object to
use them.
But I really miss some useful method from the "mysqlpp::StoreQueryResult".
Particularly the "num_rows" !
So : is it possible to get the numbers of rows returned by a query using the
mysqlpp::UseQueryResult object ?
(Without obviously looking through all tuples)
Didn't find anything to do it :/ (affected_rows return some weird numbers)
And is it maybe possible to seek back in the query results ?
Ty by advance.
Regards