"If StrLen_or_IndPtr is a null pointer, the driver assumes that all input parameter values are non-NULL and that character and binary data are null-terminated."
But OracleODBC assumes that all input parameter values are NULL.
Attached patch fixes problem.
null-StrLen_or_IndPtr.patch fixes problem
Log in to post a comment.
null-StrLen_or_IndPtr.patch fixes problem