SQLite

  • Thread starter Thread starter Javier
  • Start date Start date
J

Javier

I want to make an application with C# and SQLite as back-end DB.

Could somebody recommend me a C# class to make the connection ? Sample
code ?


Thanks in advance

J
 
Morten said:
Hi Javier,

I'm not familiar with SQLite, but I imagine you would be able to connect
to it using an OleDbConnection.
Also, check out http://www.connectionstrings.com/ for various ways to
connect.


Thanks for your reply.

SQLite doesn't use string connections. Just only need to open DB as a file.

My problem is that I couldn't found a class or wrapper for c# to get
data from SQLite DB...


Regards
J
 
Back
Top