Update or insert parameterName
------------------------------

                 Key: DNET-703
                 URL: http://tracker.firebirdsql.org/browse/DNET-703
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
    Affects Versions: 5.1.1.0
         Environment: Windows
            Reporter: Thomas Kragh
            Assignee: Jiri Cincura


Hey
After upgrading Firebird provider from 4.7.0 to 5.1.1 I receive the following 
exception: "FbParameterCollection already contains FbParameter with 
ParameterName 'id'." when executing the following update or insert 
statement(the statement have been simplified).

UPDATE OR INSERT INTO TESTTABLE (id) 
VALUES (@id) 
matching (id)
returning id

The statement is executed with a input parameter named "@id" and a output 
variable named "id".

On the project i work on this pattern is used many times, is there a chance 
that this change can be reverted? 



-- 
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

        

------------------------------------------------------------------------------
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to