Problem in OLEDBCommandBuilder.DeriveParameters
Hi,
I am using oracle 9i as my backend in my ASP.NET application.
I have a package: PKG_STUD_ONLINE, which holds a procedure P_AUTHENTICATE. I created a oledbcommand object(objOledbCmd) refering to this procedure. When i use OLEDBCommandBuilder.DeriveParameters(objOledbCmd), to populate the parameters collection in objOledbCmd, always the parameter count is 0. whereas when the same procedure is compiled outside the package the parameter collection is getting populated correctly. I think this is a bug in ADO.NET, any idea to get around this problem?
Regards,
Prasad.
Nothing is Impossible
|