Thanks Marco,
I am still having problem here. If u can pls chk this code for me.
..
var date1a : string; {01/07/00 14:02:01}
// i put a Oraloader component on the form
// i set dateformat = 'dd/mm/yy hh:mi:ss' and session and table
begin // begin a loop
loader.columns[0].. //assign string data
..
//here comes the date column
Loader.Columns([3].SetData(loaderRow,@Date1a,length(Date1a));
// inc row
Inc(loaderRow);
end;
//end loop
Loader.Load(Row); //gives error
error : non numeric found where numeric expected. column = 3, row = 0;
It is expecting a numeric date format?.
Am i missing an obvious step here? pls help.
Thanks again
ushafeeu