2 messages in com.mysql.lists.plusplusRE: resultset size
FromSent OnAttachments
Alexander Friess26 Apr 2001 01:01 
jarle rudihagen26 Apr 2001 02:48 
Subject:RE: resultset size
From:Alexander Friess (Alex@tsp-online.de)
Date:04/26/2001 01:01:32 AM
List:com.mysql.lists.plusplus

Hi Jarle,

I know about the res.size() function but what does it return?? Its not an integer .........

I did not look at the type but it is possible to convert it into an integer: int numRows; numRows = res.size();

"cout << " also works with res.size(), e. g. all streams (strstream!).

Greetings,

Alexander