Oracle 7.3 and JBuilder2
From: Philippe Martinez <martinez_at_integral-solutions.fr>
Date: Tue, 09 Feb 1999 09:10:05 +0000
Message-ID: <36BFFB6D.BD874E5D_at_integral-solutions.fr>
I try to call a stored function in Oracle 7.3, with a ProcedureDataSet and a procedure property like { ? = call MyFct (:ident) }, where :ident is a parameter row.
Date: Tue, 09 Feb 1999 09:10:05 +0000
Message-ID: <36BFFB6D.BD874E5D_at_integral-solutions.fr>
I try to call a stored function in Oracle 7.3, with a ProcedureDataSet and a procedure property like { ? = call MyFct (:ident) }, where :ident is a parameter row.
In MyFct, the (only) argument is a LONG value (ie large text > 2k). With
a parameterRow of STRING type, it works fine if the :ident length is less then 2k, else MyFct fails (ie throws an exception).
Comments ?
Philippe martinez Received on Tue Feb 09 1999 - 10:10:05 CET