Changes

Jump to: navigation, search

SQLite Xerial JDBC From Source

12 bytes added, 22:31, 19 December 2011
no edit summary
== SQLite Extensions ==
* 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: '''!!!HAS NOT WORKED YET!!!'''
** ''m_appender.appendSQL("select load_extension('yourQuotedDllName.dll')");''

Navigation menu