Hello, I am developing an app using MonoMac which uses Sqlite database as a data storage. I am using classes from Mono.Data.Sqlite namespace to access the database. On OS X 10.6 SqliteConnection.SqliteVersion <http://docs.mono-android.net/index.aspx?link=P%3AMono.Data.Sqlite.SqliteConnection.SQLiteVersion> property reports 3.6.23.1 (released on 2010 March 30) Running "select sqlite_version() AS sqlite_version" in sqlite shell reports 3.7.4. Ideally I would like to use the latest version of Sqlite available currently 3.7.14.1.
How do I do that? I think I need to get dylib file of the new Sqlite version and put it in the same folder as my application. Is that correct? Where do I get the dylib file for the latest version? How do I distribute it with my app? Thanks. -- View this message in context: http://mono.1490590.n4.nabble.com/MonoMac-Sqlite-version-tp4657690.html Sent from the Mono - OSX mailing list archive at Nabble.com. _______________________________________________ Mono-osx mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-osx
