Changes

Jump to: navigation, search

SQLite Xerial JDBC From Source

46 bytes added, 20:55, 19 December 2011
SQLite Extensions
== SQLite Extensions ==
* To add extensions to sqlite at compile time:
** append ''-L./ -lyourDllName.dll'' at Ln.67
* To add extensions to sqlite at cmd line:
** ''select load_extension("yourQuotedDllName.dll");''

Navigation menu