Vincent Stoessel wrote:

>Hello,
>I am working on a J2EE app and I really would love to take
>advantage of jdbc 2.0's  RowSet functionality.
>Is Connector J (2 or 3) compliant
>with this part of the standard?
>  
>
No.  There hasn't been a large demand for support of that API, and it's 
not required to be JDBC-compliant. What particular feature of a rowset 
would you be using that isn't in java.sql.ResultSet?

There are a lot of third party ones that do work with MySQL. Sun's 
CachedRowset provider (from java.sun.com) is one.

    -Mark



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to