incuse
User
 Fresh Boarder
| Posts: 3 |   | Karma: 0 |
|
AnyDac-Ora: StoredProc with params more than 512b?
|
|
Posted: 2007/06/05 00:02 |
|
|
|
|
Is it possible to execute stored procedure with params (strings) that has more than 512 chars?
in general - when i map such procedure (eg PROC_1), anydac by default map parameters - and for example PARAM1 (that is Varchar2(3000) on database side) become ADDataType: dtWideString, DataType: ftWideString;
If i pass parameter value that is shorter than 512 b - everything looks nice, but in any other way -
[AnyDAC][Phys][Ora]-1317. Data lenght [932] is too large for variable [ ARAM1] (NOE10/VAR)
any comments would bed helpfull
inc
|
|