Denis Burke wrote:
>
> How do I access such functions? If I am missing some existing docs,
please
> just point me to them.
>
Something like this:
SQLiteConnection connection = new SQLiteConnection("Data Source=:memory:;");
connection.Open();
connection.EnableExtensions(true);
connection.LoadExtension("SQLite.Interop.dll", "sqlite3_percentile_init");
--
Joe Mistachkin
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users