peterkloss
Member
TOracleDirectPathLoader generally works fine, but when loading fields with type LONG then the Oracle error "ORA-01009 missing mandatory parameter" occurs.
Delphi 7 and DOA 4.0.6.2 trial were used.
Source code from the sample:
Loader.Session := OracleSession1;
Loader.TableName := tabname;
Loader.GetDefaultColumns(true);
Loader.Prepare;
>
A reply to an other topic says, that there should be no difference between VARCHAR2 and LONG. But this seems not to be ok.
Delphi 7 and DOA 4.0.6.2 trial were used.
Source code from the sample:
Loader.Session := OracleSession1;
Loader.TableName := tabname;
Loader.GetDefaultColumns(true);
Loader.Prepare;
>
A reply to an other topic says, that there should be no difference between VARCHAR2 and LONG. But this seems not to be ok.