A
Anirudh Srivastava
Hi,
I am using .NET Provider for Oracle, .NET Framework 1.1
to connect to Oracle 9i database instance. I am using the
OracleCommandBuilder.DeriveParameters to get the
parameters for a given stored procedure.
For some stored procedures, I get the OracleParameter[]
with the same parameter getting repeated. In other words,
I get double the number of parameters in the collection
than the actual number of parameters. When I recreate the
stored procedure with the different name then it works
fine.
Please advice.
Thanks
I am using .NET Provider for Oracle, .NET Framework 1.1
to connect to Oracle 9i database instance. I am using the
OracleCommandBuilder.DeriveParameters to get the
parameters for a given stored procedure.
For some stored procedures, I get the OracleParameter[]
with the same parameter getting repeated. In other words,
I get double the number of parameters in the collection
than the actual number of parameters. When I recreate the
stored procedure with the different name then it works
fine.
Please advice.
Thanks