How to implement a single connection Sqlite?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
Samircj
Posts: 6
Joined: Mon 06 May 2013 12:57

How to implement a single connection Sqlite?

Post by Samircj » Tue 07 May 2013 19:48

Hello guys, how can i use a single connection in my Windows App?

I've implemented the connection the same as described in tutorial linqconnection

I've tried initializing a connection in App class, and then using the object context in methods.
I receive "Error opening DBConnection." , "The Connection was not closed".

I need some example.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: How to implement a single connection Sqlite?

Post by MariiaI » Wed 08 May 2013 11:03


Post Reply