Page 1 of 1

Passing parameters to a SP

Posted: Sat 02 Jul 2005 01:54
by Edgar
I'm getting an error while passing parameters. to a SP.
The stored procedure (Inside a package) is not well receiving the parameters.

What could the problem be?

Any reference or documentation available?


Thanks

Posted: Mon 04 Jul 2005 07:31
by Paul
Please check if OracleParameter.DbType corresponds to the types of parameters in stored procedure.
What version of OraDirect do you use?. Try to use the last version of OraDirect .NET