Sqlite 2.0 and .NET 2.0

April 11, 2008 at 11:50 am | In .NET, SQLite, Uncategorized | Leave a Comment
Tags: ,

Yesterday I create add-in utility program for perviosly developed application which was in .Net 1.1 & SQLite 2.0 with Finisar.SQLite.

I was unable to connect Sqlite 2.0 database with System.Data.SQLite, so i decided to use same old Finisar.SQLite

I add referece SQLite.NET.dll in my .Net 2.0 Project.

And copied sqlite.dll in bin folder.

It works.

  • http://sqlite.phxsoftware.com/ (SQLite .net wrapper for .Net 2.0)
  • http://adodotnetsqlite.sourceforge.net/ (SQLite .net wrapper for .Net 1.1)

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.