tags:

views:

91

answers:

2

I'm using VB.NET and MSSQL 2005 to create an application. I was told I should rather use SQLite as I want my application to be a standalone one with embedded database. Can someone please provide me with a step to step tutorial on how to create a standalone application with an embedded database?

Sorry, I'm quite new to this. Thanks for reading and answering.

+2  A: 

These two look fairly promising:

http://www.dreamincode.net/forums/index.php?showtopic=157830

http://www.sqlite.org/cvstrac/wiki?p=DocumentationSqliteNet

davek
this is some like this ive been looking for. thanks a lot. will get back to you if im facing any problem
Selom
+2  A: 

SQlite on .NET in 3 minutes

+1 for three minutes (0:
KMan