To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63448





------- Additional comments from [EMAIL PROTECTED] Tue Aug  8 02:29:38 -0700 
2006 -------
You could use
http://java.sun.com/developer/onlineTraining/Database/JDBCShortCourse/jdbc/exercises/JDBCTestConnect/index.html
to test the driver. Just register the driver connect to your database and set
the resultsettype to SCROLL_SENSITIVE and the ResultSetConcurrency to UPDATABLE
and prepare a statement like "select * from table1" and execute it. Afterwards
check the resultsetmetadata if  column 1 isReadOnly(1).

-- OJ

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to