On Nov 9, 2007 10:19 PM, Bob Dankert <[EMAIL PROTECTED]> wrote:
> First off, I would like to say that although I have a lot of experience
> with programming, most of it is in C#/Java and I do not have a lot of
> experience with C++, although I have been working with SQLite for years.
> I am attempting to create my own extension to use with SQLite but am
> having problems.  Using the command line interface, when I load the
> extension I get the following:
>
> SQLite version 3.5.2
> Enter ".help" for instructions
> sqlite> select load_extension('mydblib.dll');
> SQL error: The specified procedure could not be found.
>

Seems like you didn't enable the extension loading mechanism. It
defaults to disabled for security reasons.

Check the wiki page about the SQLITE_OMIT_LOAD_EXTENSION define:
 * http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions


Regards,
~Nuno Lucas

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

Reply via email to