How do I connect to SQLite db file from c#? How do I connect to SQLite db file from c#? sqlite sqlite

How do I connect to SQLite db file from c#?


Got it..

"data source=c:\TestData\StressData.s3db; Version=3;"

Looks like the 'Version' attribute is not optional. Interesting that the .NET provider does not show this in the designer property window.