R
Robert Reineri
Using ODP.NET latest version - we have a stored proc that returns an Oracle
BOOLEAN type as an OUT parameter. I can't find anyting in the OracleDbType
enumeration that works - there is no Boolean there.
Any idea how to accomplish this? The docs don't even mention the BOOLEAN
type...
Of course, it's easy enough to change the SPROC to return something else,
like 1 or 0, but I think for what we're doing the BOOLEAN type just "feels"
better. I'm not a DBA though, just a poor coder - so I know just enough
about Oracle to be extremely dangerous
Thanks
Robert
P.S. Please respond to newsgroup. Thanks!
BOOLEAN type as an OUT parameter. I can't find anyting in the OracleDbType
enumeration that works - there is no Boolean there.
Any idea how to accomplish this? The docs don't even mention the BOOLEAN
type...
Of course, it's easy enough to change the SPROC to return something else,
like 1 or 0, but I think for what we're doing the BOOLEAN type just "feels"
better. I'm not a DBA though, just a poor coder - so I know just enough
about Oracle to be extremely dangerous
Thanks
Robert
P.S. Please respond to newsgroup. Thanks!