New FbConnection assigned to an existing FbCommand throws exception when used
-----------------------------------------------------------------------------

                 Key: DNET-132
                 URL: http://tracker.firebirdsql.org/browse/DNET-132
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
         Environment: Windows XP, C#, .Net 2.0, Visual Studio 2005
            Reporter: Edward Winkelman
            Assignee: Carlos Guzman Alvarez


Create an FbCommand to insert/update a table with an open FbConnection object.  
Execute the FbCommand and then close the FbConnection and dispose of it.  Set 
the Connection property of the FbCommand to null.  Now create a new 
FbConnection, Open() it and then assign it to the FbCommand.  Attempt to run 
the FbCommand and you will receive the exception "Command Connection is not 
equal to Transaction Connection." despite the fact that no transaction is being 
used other than the implicit transaction.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to