How to implement a single connection Sqlite?
Posted: 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.
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.