Salvatore Balzano wrote:

> Hi, how can I know how many rows are in a jdbc resultset?

ResultSet rs = [whatever];
rs.last();
int numRows = rs.count();

-Mark


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to