G GPav Member Jul 31, 2009 #1 Can somebody answer me how to set up DOA to be able return more than 1000 characters in the GetParameter function? Thx Pavel
Can somebody answer me how to set up DOA to be able return more than 1000 characters in the GetParameter function? Thx Pavel
Marco Kalter Administrator Staff member Jul 31, 2009 #1 This is not possible with the TOraclePackage interface. You will need to call a PL/SQL Block and declare an otPLSQLString variable for this parameter, which is limited to 32KB.
This is not possible with the TOraclePackage interface. You will need to call a PL/SQL Block and declare an otPLSQLString variable for this parameter, which is limited to 32KB.