-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 W Allan Edwards wrote: > Unhandled Exception: System.EntryPointNotFoundException: > sqlite3_column_origin_name
Consult the documentation: http://www.sqlite.org/c3ref/column_database_name.html Note that SQLITE_ENABLE_COLUMN_METADATA must be defined when SQLite is compiled for the function to be present. It is defined by default for builds done by the SQLite team - see http://www.sqlite.org/cvstrac/chngview?cn=5539 However it is not defined by default for builds using configure, nor do distributors like Ubuntu define it by default. I created http://www.sqlite.org/cvstrac/tktview?tn=3635 to note this discrepancy. But it is the SQLite wrapper that should be gracefully handling this situation. There are numerous flags to include or exclude functionality and it should be able to adapt as appropriate. Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkmJWeoACgkQmOOfHg372QTnawCfdJES08i9Aol5/bq6By4/8QAw oxMAn2P35wyw7BHqf5cF750Kqoh/s7W0 =WM2b -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users