We are using a Sybase database in our application(which uses JSPs). JConnect
is the JDBC driver from Sybase. Jconnect 5.2 claims that it is compliant
with JDBC 2.0, but does not fully implement scrollable resultsets and even
the Updatable resulsets doesn't work well either.

In such a scenario, how should one implement scrollable and updatable result
sets.

Do we have to build our own library, may be build a vector object/class
which resembles the resultset and do all data manipulation inside the vector
object and let the Vector generate update statements or Are there any off
the shelf library/product which will do the same thing.

I'm sure most of you guys must have faced this problem.

Appreciate your help

Thanks
Sanjay

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to