
- #ACCESS SQLITE DATABASE INSTALL#
- #ACCESS SQLITE DATABASE DRIVERS#
- #ACCESS SQLITE DATABASE DRIVER#
- #ACCESS SQLITE DATABASE PLUS#
#ACCESS SQLITE DATABASE DRIVER#
This driver is available in Ubuntu in the libsqliteodbc package.
#ACCESS SQLITE DATABASE INSTALL#
If you prefer, you can always download and install the latest version from source.įor SQLite to work through the ODBC standards you will also need to install and configure the SQLite ODBC Driver. The package should be called sqlite or sqlite3. You can install SQLite with your distributions package manager. Obviously you will need to install SQLite if it is not installed already as this will be the database you want to connect to. Sudo apt-get install unixodbc unixodbc-bin Under Ubuntu or similar Linux distributions you can use the command: The unixodbc-bin package provides a GUI application for configuration which is will be used below. You can install unixodbc with your distribution's package manager, or download the sources from the UnixODBC website. UnixODBC is an implementation of this specification for non-Windows platforms. ODBC is an open specification to provide applications with a consistent interface to a variety of data sources. However, these are not as awkward as they do not take place during the initial creation of the database.Ĭonnection to a SQLite database will be established through UnixODBC. In the list of disadvantages, the two last are not specific to SQLite, but are requirements of using ODBC. In short, the principal advantages of the use of SQLite with OpenOffice are the format of data storage and the portability from one environment to another.
#ACCESS SQLITE DATABASE DRIVERS#

Via ODBC (Linux and Windows) which allows any application supporting this standard to reach a SQLite database.Via the SQLite PHP module or, if you have, PHP version 5 internally to a SQLite database.Via an in-line program (sqlite: available under Linux and Windows) that makes it possible to create and to manage the files of data bases.Via a C/C++ Linux library or Windows DLL.

#ACCESS SQLITE DATABASE PLUS#
Plus it is fast (twice as much as PostgreSQL and MySQL for most operations) and has a small memory footprint.ĭata management can be achieved in the following ways: Machines with different byte orders and databases can be up to 2 terabytes (2 41 bytes) in size. Otherīenefits are: database access requires no database server, database files can be freely shared between Unlike PostgreSQL and MySQL, SQLite stores a whole data base with all its tables a single file.


SQLite is a basic database engine that implements most of the features of SQL92. This Tutorial should guide you through the steps to connect OpenOffice to a SQLite database file. OpenOffice Base provides functions to connect to other databases than the default HSQL database.
