hristian
Thanks Christian for the hint.
I understand that for SQLite to enable this by default is a security issue,
which could allow attackers to load malicious libraries.
So I recompiled the SQLite Java Wrapper/JDBC Driver:
CFLAGS=-DSQLITE_ENABLE_LOAD_EXTENSION=1 ./configure
--with-sqlite3=/tmp
Bejay Bamboo wrote:
>
> Hello,
> i'm trying to load new SQL functions from a shared library with the
> help of the SQLite Java
> Wrapper/JDBC Driver (http://www.ch-werner.de/javasqlite). I'm trying
>
> java -cp :. -Djava.library.path=/tmp/javasqlite-20090213/
Hello,
i'm trying to load new SQL functions from a shared library with the
help of the SQLite Java
Wrapper/JDBC Driver (http://www.ch-werner.de/javasqlite). I'm trying
java -cp :. -Djava.library.path=/tmp/javasqlite-20090213/.libs
SQLite.Shell db "select
load_extension('/tmp/
Hallo,
as just discovered with the help of this mailing list, the Java wrapper from
http://www.ch-werner.de/javasqlite/
turned out to be a bit slow in returning large result sets.
Does anybody know of another Java wrapper resp. JDBC driver for SQLite?
Best,
Bo
--
4 matches
Mail list logo