Re: [sqlite] SQLite.Exception: not authorized (to load a shared librarywith SQLite Java Wrapper/JDBC Driver)

2009-02-18 Thread Bejay Bamboo
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

Re: [sqlite] SQLite.Exception: not authorized (to load a shared librarywith SQLite Java Wrapper/JDBC Driver)

2009-02-18 Thread Christian Werner
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/

[sqlite] SQLite.Exception: not authorized (to load a shared library with SQLite Java Wrapper/JDBC Driver)

2009-02-18 Thread Bejay Bamboo
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/

[sqlite] java wrapper JDBC

2004-03-17 Thread boysen
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 --