-----------------------------------------------------------
New Message on BDOTNET
-----------------------------------------------------------
From: Caia2k
Message 3 in Discussion
I've the same problem. I am using the same reference of a parameter in two store
procedures. The problem is in the second execution. I am migrating from .NET
Framework 1.0 to 1.1, with the previous version of the OracleClient assemblie
(1.0.1012.0) and .NET Framework 1.0 I've no problem. I installed the .NET Framework
1.1, but I didn't install the Microsoft.NET Oracle client since it is already included
in the 1.1 framework. The version of the assemblie is 1.1.4322.573. This is the
version that has a problem. Any idea? This is part of the code:
OracleParameter xx = new OracleParameter("xx", OracleType.VarChar);
i_cuenta_consultada.Direction = ParameterDirection.Input;
...........
DataSet myDs=DataAccess.ExecuteDataset("Connection",CommandType.StoredProcedure,
"Consultar_xx",new OracleParameter[]{xx, resultParameter1});
........
DataSet myDs=DataAccess.ExecuteDataset("Connection",CommandType.StoredProcedure,
"Consultar_xx_detail",new OracleParameter[]{xx, resultParameter1});
The problem is here!
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you received
this message by mistake, please click the "Remove" link below. On the pre-addressed
e-mail message that opens, simply click "Send". Your e-mail address will be deleted
from this group's mailing list.
mailto:[EMAIL PROTECTED]