Difference between revisions of "Talk:Documentation/How Tos/Using SQLite With OpenOffice.org"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Linux Installation)
 
(Using SQLite Database Browser: new section)
Line 13: Line 13:
 
When configuring unixodbc on Ubuntu 10.10 64-bit I also needed to supply
 
When configuring unixodbc on Ubuntu 10.10 64-bit I also needed to supply
 
Driver64 and Setup64 with the path to the library.
 
Driver64 and Setup64 with the path to the library.
 +
 +
== 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
 +
 +
--[[User:Gsmcmullin|Gsmcmullin]] 08:00, 10 January 2011 (UTC)

Revision as of 08:00, 10 January 2011

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.

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