Hi!
there was some discussion here about passing NULLs to a procedure in Delphi (using TOraclePackage). My situation is a bit different. I should pass null to a IN OUT NUMBER parameter of the procedure.
And I should read the result from this parameter.
so I can not use simple NULL, but variable. But the only working situation that I found is to use an empty variable of string type.
But this way I can not read the result of the procedure. the string is still null.
Any ideas?
thx.
there was some discussion here about passing NULLs to a procedure in Delphi (using TOraclePackage). My situation is a bit different. I should pass null to a IN OUT NUMBER parameter of the procedure.
And I should read the result from this parameter.
so I can not use simple NULL, but variable. But the only working situation that I found is to use an empty variable of string type.
But this way I can not read the result of the procedure. the string is still null.
Any ideas?
thx.