Tom Tuddenham
Member
Hi there
I know you're meant to be able to use dates with the path loader, but I can't seem to get it working.
I'm setting the Loader.DateFormat to 'dd/mm/yyyy' and the code that sets the column data is as follows:
Value := FormatDateTime('dd/mm/yyyy', DateValue);
Loader.ColumnByName(ColName).SetData(RowIndex, @Value[1], Length(Value));
where DateValue is a TDateTime and ColName is a date field name.
The error the loader throws is this:
ORA-26093: input data column size (10) exceeds the maximum input size (9)
Any advice appreciated.
Cheers
Tom
I know you're meant to be able to use dates with the path loader, but I can't seem to get it working.
I'm setting the Loader.DateFormat to 'dd/mm/yyyy' and the code that sets the column data is as follows:
Value := FormatDateTime('dd/mm/yyyy', DateValue);
Loader.ColumnByName(ColName).SetData(RowIndex, @Value[1], Length(Value));
where DateValue is a TDateTime and ColName is a date field name.
The error the loader throws is this:
ORA-26093: input data column size (10) exceeds the maximum input size (9)
Any advice appreciated.
Cheers
Tom