Board index » delphi » problem with Oracle stored proc parameters in TADOStoredProc

problem with Oracle stored proc parameters in TADOStoredProc

Quote
>"Parameter object is improperly defined.  Inconsistent or incomplete
>information was provided."

Borland's ADO components are not property interpreting the type of one or more
parameters.  You will need to figure out where the problem is and manually
modify the parameter datatype.

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

 

Re:problem with Oracle stored proc parameters in TADOStoredProc


Quote
>It looks like when a value is returned, it's data type is
>OleStr.  Any suggestions?

Maybe try ftWideString
--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads