Bug in Provider? String type out param from Stored Procedure is not NULL terminated.
195183Mar 4 2002 — edited Jun 11 2003I am calling a stored procedure with a string (varchar2) out parameter. After the command is executed the string returned is not NULL terminated. Additionally, if I initialize the string to all zeros (NULLs) the provider throws an exception.
Is this a known bug in oracle's OLEDB provider? I am using version 8.1.7.2.0. I can post an example if not.