You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/09/08 11:49:17 UTC

[Issue 126445] OpenOffice crashes when tried to open sqlite3 table created with ODBC driver

https://bz.apache.org/ooo/show_bug.cgi?id=126445

Anton Schults <bu...@ziggo.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@ziggo.nl

--- Comment #1 from Anton Schults <bu...@ziggo.nl> ---
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.