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





------- Additional comments from boomerbu...@openoffice.org Mon Feb  8 01:49:36 
+0000 2010 -------
After reading atjensen's comments, I installed OOo v 3.2.0 RC5 on my XP laptop, 
with Java JRE 1.6.0_18, and replicated the error.  I have attached a simple 
SQLite database file.  As far as I can tell, this error would be thrown by any 
database file.

(The issue never has been with ODBC, but with JDBC -- the specific JDBC driver 
described in the original post.  That driver worked with OOo 3.1.1.)

To set up the test environment, download Werner's driver http://www.ch-
werner.de/javasqlite/javasqlite-20100131-win32.zip.  From that package extract 
and register sqlite.jar as the Class Path, and copy the sqlite_jni.dll into 
some folder in the Windows path.  (I just use C:\Windows\system32.)

When defining the connection:

The JDBC Drive Class is called SQLite.JDBCDriver

The datasoure URL, (including the jdbc: part hard-coded in the dialog form)  is 

jdbc:sqlite:/<drive letter>:\<path>\TestForOOo.db

This connection itself tests fine with the built-in pings, OOo opens the linked 
database, and the databsae objects show up inside the OOo interface.  But 
double-clicking the single table gets an error popup: "not supported"

The configuration above worked without error on OOo 3.1.1.




---------------------------------------------------------------------
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to