Mike,
>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 ?
Seems that Sun are adding this capacity to JDBC through a new object called
RowSet (if I remember rightly) which is part of the optional javax.sql
package. Have a poke around java.sun.com and JDC and you'll find it...
Geoff
===========================================================================
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".