On 5/15/16, Tal Tabakman <tal.tabakman at gmail.com> wrote: > Hi > is there a way to open an sqlite DB , compressed with CEROD, using java?s > sqlite JDBC connection ?
Yes. (1) Recompile your JDBC driver so that it uses the CEROD-enabled sqlite3.c file instead of the public domain sqlite3.c file. (2) When you connect to the database using JDBC, simply add the usual ":cerod:PASSWORD:" prefix on the filename. -- D. Richard Hipp drh at sqlite.org