FbCommandBuilder GetInsertCommand(True)  throws an Implicit Cast Exception
--------------------------------------------------------------------------

                 Key: DNET-106
                 URL: http://tracker.firebirdsql.org/browse/DNET-106
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
    Affects Versions: 2.5.0
         Environment: .Net Windows 32-bit
Fb SS 2.0.1
            Reporter: Eduardo Gamboa
            Assignee: Carlos Guzman Alvarez


When you use GetInsertCommand(True)  an Explicit Cast is required.
It seems FbCommandBuilder.cs is missing a declaration like:

public new FbCommand GetInsertCommand(bool useColumnsForParameterNames)
        {
            return base.GetInsertCommand(useColumnsForParameterNames) as 
FbCommand;
        }

-- 
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to