"David Leigh" <[EMAIL PROTECTED]> wrote:
> 
> What I'm asking for is either:
> *     A windows sqlite3.dll with the ability to load extensions turned on 

Call sqlite3_enable_load_extension(db, 1).  See the documentation
under "Security Details" at

  http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions

I suppose I should probably add this API to the capi3ref.html
documentation page too....



--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to