I've got a servlet that's succesfully connecting to a SQL database
(mySQL).  I'm able to put data into and get data out of the database with
no probelms.  I'm interesting in getting the numbers of records found in a
ResultSet object.  Anyone know of a method in the java.sql.ResultSet()
class or the java.sql.Statement() class (or any other class) that will
return the number of found records in a ResultSet Object.

-Nash

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to