-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Hi,
I've got to append, delete and modify records in an Oracle datafile.
To do this, I want to have a form in HTML with a navigation bar having
a next,prev,add,etc. buttons.
My idea was to have a servlet with a public ResultSet where I store a
query, and have an HttpSession to keep the state of that ResultSet, so
for example when a click is done to the next button, I would get the
ResultSet from the session, do a ResultSet.next() and return the HTML
of the actual register. This can't be possible because
HttpSession.putValue doesn't seems to support an ResultSet as
paramater . . .
Any idea ?
Alejandro
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]