Here is a mistake given. How to fix?
- 3To use SQLite in .NET, there is [System.Data.SQLite] [1] or [C # -SQLite] [2] [1]: system.data.sqlite.org/index.html/doc/trunk/www/ index.wiki [2]: code.google.com/p/csharp-sqlite - Shad
- and where to get sqlite3.dll for x64 ??? I can't get it = / @shad - navi1893
- oneYou don't need sqlite3 at all; it is built into System.Data.SQLite, the bitness of which is already important. - wind
|