[Mono-dev] Calling Oracle package with output ref cursor parameter

2005-09-17 Thread Zsolt Petrény
Hello!   I would like to ask whether calling Oracle package with output ref cursor parameter is supported.   I am using Debian and the Oracle Client (despite it’s not supported...) and trying to get the output of a package as an OracleDataReader. AFAIK, this can be achieved by declaring

Re: [Mono-dev] Calling Oracle package with output ref cursor parameter

2005-09-16 Thread Daniel Morgan
There is no support for REF CURSOR in Mono's OracleClient.   It is something I want to do though.  Many types default to a VARCHAR or String if there is no support for it.   Output parameters work for other types though, such as, varchar, numeric, date, etc...   I still need to get TIMESTAMP and Or