Changes

Jump to: navigation, search

SQLite Xerial JDBC From Source

36 bytes added, 22:48, 26 January 2014
no edit summary
{{Admon/obsolete}}
 
[[Category: NexJ_Express_SQLite]]
== Windows ==
== 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 through the NexJ framework:
** ''m_appender.appendSQL("select load_extension('yourQuotedDllName.dll')");''
** Note the dll must match your systems current platform and architecture, eg: win-x64

Navigation menu