Passing parameters to a SP

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Edgar

Passing parameters to a SP

Post by Edgar » Sat 02 Jul 2005 01:54

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

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 04 Jul 2005 07:31

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

Post Reply