On Mon, 31 Aug 2009 19:48:48 -0400, sub sk79
<subs...@gmail.com> wrote:

>Here is the new info I got from your replies:
>1. sqlite_load_extension is per-db-connection - Oddly I did not see any
>explicit reference to this in either of the two places I looked for it:
>  i) http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions or
> ii) http://www.sqlite.org/c3ref/load_extension.html


ii) is quite explicit about this: 

int sqlite3_load_extension(
  sqlite3 *db,        /* Load the extension into 
                         this database connection */
  const char *zFile,  /* Name of the shared library
....
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to