It is very useful for the user to be able to scroll forward AND BACKWARD
in a list (which has been read from a SQL table). When the table is
short (< 1000 rows) we can read the entire table in memory and give
easily the user the opportunity to scroll. With very large tables,
the problem cannot be solved this way.
The workaround i've found is SQL cursors and their JDBC implementation
as scrollable resultset. But scrollable resultset appeared in JDBC 2.0.
So i am looking for JDBC drivers 2.0 compliants.
- Do you know if JDBC:ODBC brigde will be JDBC 2.0 compliant in the future
(i believe it is not currently)?
- Is there a JDBC 2.0 driver for SQL Server?
- I read on a FAQ from IBM the DB2 JDBC driver would be JDBC 2.0 compliant
in 4Q1999. Is it released? And if so, where can i get it?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to