Hi,

you may want to look at the JDBC optional package and the CachedRowSet EA
implementation.

http://java.sun.com/j2ee/bulletin/jdbc_2/extension.html
http://developer.java.sun.com/developer/earlyAccess/crs/index.html

I'm not sure if it works with Sybase however - I tried with Oracle and it looks
promising.

Best regards,
Walter


"Radhakrishnan, Sanjay (c)" wrote:

> 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

===========================================================================
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