Version 7 (modified by 10 years ago) ( diff ) | ,
---|
SQL Database Access - SQLite3
Driver Name
The name of the SQLite3 driver to be passed to SQL.Databases.Create subprogram is "SQLITE3".
Driver's Options
Driver's options string is path to database file.
Build instructions
SQLite3 module is built automatically when SQLite3 package is installed. Automatic configuration facility use pkg-config tools to check whether package is installed and to obtain required switches. When automatic configuration is unable to detect SQLite3 libraries and linker switches, it is possible to specify path to libraries in the command line of configure (or configure.exe on Windows) program with --with-sqlite3-libdir switch, for example:
configure --with-sqlite3-libdir=/usr/local/sqlite3/lib
Note:
See TracWiki
for help on using the wiki.