On Thu, Jan 12, 2012 at 4:52 PM, Hajo Locke <hajo.lo...@gmx.de> wrote:

> or just run ".load /usr/lib/sqlite3/pcre.so" with the do method of dbi?
>

The ".load" command (as with ALL of the dot-anything commands) are specific
to the shell, and are not accessible via other clients. i think what you
want is load_extension:

http://sqlite.org/lang_corefunc.html

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to