Awesome!  That works...thanks Joe.

________________________________________
From: sqlite-users-bounces at mailinglists.sqlite.org <sqlite-users-bounces at 
mailinglists.sqlite.org> on behalf of Joe Mistachkin <[email protected]>
Sent: Tuesday, March 1, 2016 1:17 PM
To: 'SQLite mailing list'
Subject: Re: [sqlite] Json1 Extension Question

Jarred Ford wrote:
>
> I'm on that version, but I get the error that the function json does not
exist.
>

You'll need to use the following first:

        connection.EnableExtensions(True);
        connection.LoadExtension("C:\\full\\path\\to\\SQLite.Interop.dll",
"sqlite3_json_init");

The documentation for System.Data.SQLite should probably point this out.
I'll work
on that for the next release.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users at mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to