Re: [sqlite] Error by Creating a Transaction (Sorry ErrorMessage in German)

2007-04-16 Thread MarioR
Oh no I'm so stupid , in the functions concerned has I that open the Connection forgotten. "SQLiteConn.Open()" g.. It is not a Bug in Ado.Net-Provider, it is a Bug in my Brain. CLOSED -- View this message in context:

Re: [sqlite] Error by Creating a Transaction (Sorry ErrorMessage in German)

2007-04-16 Thread MarioR
Hello, i have new information to this Error. I have make an new Projekt with a new Database. The Error begins by Create Connection: Source: Private Sub Read_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ReadDB.Click Dim FileName As String =

[sqlite] Error by Creating a Transaction (Sorry ErrorMessage in German)

2007-04-02 Thread MarioR
Hello i have an big problem. I use the ADO.NET Provider Version 1.40.0 with MS Visual-Studio 2005 ans VisualBasic. When i first open the Database and create a Transaction and read the Database is all OK. Codesniped: Using sqLiteConnection As System.Data.SQLite.SQLiteConnection = New