With ADO it is possible to create a disconnected recordset via a DataFactory
on the web server and hook it up to data aware (ActiveX) controls in a web
browser. So by writing little more than the SQL statement to define the data
source it is possible to develop a read/write 3-tier app.
How do I do this with JSP/JDBC ? What I want is a ResultSet which I can
add/update/delete rows in and let a DataFactory convert these to
INSERTs/UPDATEs and DELETEs without me writing any code other than to handle
conflicts. Is that so much to ask ?
I know this isn't a pure JSP issue but without this capability, I'm having
to write/maintain far more code than my VB colleagues :( and most everything
I've written in JSP thus far is for maintaining/presenting RDBMS data.
Regards,
Mike
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".