https://bugs.freedesktop.org/show_bug.cgi?id=88591

Lionel Elie Mamane <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #2 from Lionel Elie Mamane <[email protected]> ---
How is that a bug of LibreOffice?

At most, it would be a bug in the ODBC driver. However, sqliteodbc actually
provides two drivers, one for SQLite2 and one for SQLite3. For example, on a
Debian system /etc/odbcinst.ini contains:

[SQLite]
Description=SQLite ODBC Driver
Driver=libsqliteodbc.so
Setup=libsqliteodbc.so
UsageCount=1

[SQLite3]
Description=SQLite3 ODBC Driver
Driver=libsqlite3odbc.so
Setup=libsqlite3odbc.so
UsageCount=1


I suggest you double check that your ODBC data source is configured with the
correct driver (that is a reference to the right entry in /etc/odbcinst.ini).
Probably your odbc data source (in ~/.odbc.ini or /etc/odbc.ini) needs

Driver          = SQLite3

instead of

Driver          = SQLite

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to