https://bz.apache.org/ooo/show_bug.cgi?id=126445
Anton Schults <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Anton Schults <[email protected]> --- Exactly the same problem under Ubuntu 14.04. Environment: ODBC: libodbc.so.2.0.0 Used precompiled version of UnixODBC at www.unixodbc.org. Also downloaded sources and succesfull compiled latest version of libraries from source. Both had the same result SQLiteODBC driver: libsqlite3odbc-0.9992.s0 Used precompiled version on ch-werner.de/sqliteodbc. Also downloaded sources and succesfull compiled latest version of libraries from source. Both had the same result odbcinst.ini: [SQLite3] Description=SQLite3 ODBC Driver Driver=libsqlite3odbc.so Setup=libsqlite3odbc.so UsageCount=1 [sqlite3x] Description=new compiled Driver=/usr/local/lib/libsqlite3odbc.so Driver64=/usr/local/lib/libsqlite3odbc.so Setup=/usr/local/lib/libsqlite3odbc.so Setup64=/usr/local/lib/libsqlite3odbc.so UsageCount=1 Can use both drivers in /.odbc.ini with the same result. Can open, create tables, insert records, SQL select using odbinst and iusql tools, provided by UnixODBC. All works well. OObase can open ODBC connection, show tables, make new tables but crashes as soon as a table is opened, either by clicking or making a SQL query. A good connection between OO and SQLite would be of great use for me and many others, I think. -- You are receiving this mail because: You are the assignee for the issue.
