Talk:Documentation/How Tos/Using SQLite With OpenOffice.org

From Apache OpenOffice Wiki
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Linux Installation

The installation instructions here are for Ubuntu/Debian but this isn't stated. People using other Linux distributions may have problems.

The command to install 'unixodbc' should be

sudo apt-get install unixodbc unixodbc-dev unixodbc-bin

In Ubuntu 10.10 there is a binary package for 'sqliteodbc', it would be better to install this from the package manager.

When configuring unixodbc on Ubuntu 10.10 64-bit I also needed to supply Driver64 and Setup64 with the path to the library.

--Gsmcmullin 08:01, 10 January 2011 (UTC)

Using SQLite Database Browser

This section is marked as possibly outdated. I tried out there instructions and it worked as described.

'sqlitebrowser' must be installed beforehand. In Ubuntu is may be installed with the command:

sudo apt-get install sqlitebrowser

--Gsmcmullin 08:00, 10 January 2011 (UTC)

Personal tools