I am having a strange problem with my servlet's JDBC connection to mySQL...

I have one connection object, two statement objects, and two resultset
objects bound (one each) to the statement objects...

When I try to display the contents of the result set, only the resultset
filled last has any data... I have performed the exact same queries on the
database console and it works great... If I change the order in which the
sets are filled it works...

Is this a bug?

___________________________________________________________________________
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