On Wed, Aug 22, 2001 at 04:58:43PM -0400, Jeff Urlwin wrote:
> All -- I think I've got most, if not all the patches except the array
> binding in now.
>
> I have bind_param_inout in DBD::ODBC working for Oracle's ODBC driver --
> however, I have found a problem, where I can't bind a null (undef). I'm not
> sure what the issue is, at this time, but I can't pass a null to an in/out
> parameter.
> 1 2 3
> { ? = call testfunc(?, ?) }
>
> If parameters 2 or 3 are in/out and the bind value is null, then the Oracle
> ODBC driver crashes. I don't know, yet, if it's something I'm doing or
> something Oracle's doing. I'm going to look at it a bit further to see, but
> I'd like to prepare a "developer" release privately available, so that it
> can be tested by others.
Great work Jeff. Thanks!
Tim.