I didn't go through all your code, but I had the same experience when I
first
coded JDBC on the AS/400.  I used the same code I'd used on mSQL,  and
immediately got the "cursor position not valid" error.  In my case this was
due to the statement object being freed before I was done using the
resultset
object.

About response time;  Setting up initial connections in a pool maybe takes
2 sec, after that everything is running fast, getting rows from the db
takes
a fraxion of a scond then.

Trond

___________________________________________________________________________
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