Subject | Re: [firebird-support] cannot disconnect database with open transactions |
---|---|
Author | Helen Borrie |
Post date | 2007-02-10T21:56:53Z |
At 01:21 AM 11/02/2007, you wrote:
the connection.
./heLen
>TryYes: commit or roll back transactions before you attempt to close
> If fbcon.State = ConnectionState.Open Then
> fbcon.Close()
> fbcon.ClearPool(fbcon) << this returns error "cannot
>disconnect database with open transactions (<number> open)"
> End If
> Catch ex As Exception
> If Show_Error Then
> MsgBox(ex.ToString)
> End If
>End Try
>
>IS THERE ANY WAY I CAN CLOSE THIS TRANSACTIONS ?
the connection.
./heLen