Changes

Jump to: navigation, search

SQLite Xerial JDBC From Source

258 bytes added, 22:48, 26 January 2014
no edit summary
{{Admon/obsolete}}
 
[[Category: NexJ_Express_SQLite]]
== Windows ==
=== Setup ===
* Retrieve the newly built, compiled and tested jar at:
** ''sqlite-jdbc/target/sqlite-jdbc-3.7.*.jar''
** Alternatively one is available here with the SOUNDEX option enabled [http://www.mediafire.com/?0y3s5eyoor0ked6]
== SQLite Addtions ==
* To add compilation options to sqlite:
** Edit ''Makefile'' in the repo root starting at Ln. 58
** Example: ''-DSQLITE_SOUNDEX=1 \''
== SQLite Extensions ==
* Any dll loaded through xerial must match your systems current platform and architecture, eg: win-x64* To add extensions to sqlite at compile time:'''!!!HAS NOT WORKED YET!!!'''
** Edit ''Makefile'' in the repo root starting and append ''-L./ -lyourDllName.dll'' at Ln.67
* To add extensions to sqlite at cmd line:
** ''select load_extension("yourQuotedDllName.dll");''
** ''.load yourQuotedDllName.dll''
* To add extensions through the NexJ framework:
** ''m_appender.appendSQL("select load_extension('yourQuotedDllName.dll')");''

Navigation menu