Hi Roger... thank you again for this excellent reply.  I have shot out a 
message to the sqlite guys that wrote the provider for mono and the mono guys 
but I have not heard anything back.

What is interesting is that on windows the same managed provider works fine 
(sqlite).  But on linux I receive this error.

I flipped the switch on the define you mentioned and rebuilt sqlite on linux 
and this did not fix the problem.  I am still waiting back to hear from the 
other groups.

Would it be true that the same development experience should occur on both 
linux, windows, and macosx if you are using the same versions of the same 
tools?  

Allan

> Date: Wed, 4 Feb 2009 01:03:48 -0800
> From: [email protected]
> To: [email protected]
> Subject: Re: [sqlite] Question on missing Entry Point for Sqlite 3
> 
> -----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
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to