Problem while working with Oracle client in 1.1
-
Hi All, Iam using classes in the name space System.Data.OracleClient to call the stored procedure on the Oralce database. When iam trying to add a new parameter to OracleCommandObject's Parameter collection iam getting the following error. The OracleParameter with ParameterName '' is already contained by another OracleParameterCollection. The simillar problem is posted in the other forums like http://www.dotnet247.com/247reference/msgs/46/232504.aspx but i have failed to find any solution there. Thanks in advance. Regards Pani
-
Hi All, Iam using classes in the name space System.Data.OracleClient to call the stored procedure on the Oralce database. When iam trying to add a new parameter to OracleCommandObject's Parameter collection iam getting the following error. The OracleParameter with ParameterName '' is already contained by another OracleParameterCollection. The simillar problem is posted in the other forums like http://www.dotnet247.com/247reference/msgs/46/232504.aspx but i have failed to find any solution there. Thanks in advance. Regards Pani
-
Thank you. I guess you can make out whats the problem is from the link given by me. Anyhow thanks for your response and iam able to solve my probling by cloning the parameter before adding it to the command collection. Regards Pani