I haven't tried this yet, but if you have a .net project that needs to use SQLite on both Mono and Window's platforms, I found this comment interesting.
Taken from here
http://www.codeproject.com/Articles/821149/Universal-System-Data-Sqlite-binary-for-NET-and-Mo
 |
I copied the file "Mono.Data.SQLite.dll" from Mono to my application bin folder.
I also copied "sqlite3.dll" from SQLite website.
It works flawlessly under both .NET/Windows and Mono/Linux. |
|
|
|
No comments:
Post a Comment