Read Field Value AsDateTime
Posted: Tue 06 Apr 2010 23:01
I am connecting to a SQLite3 database with the UniDAC components (ver 3.00.0.7), and when I try to retrieve a column's data which contains Date and Time value I get an error.
My code is:
The generated error is:
Regards,
Farshad R. Vossoughi
My code is:
Code: Select all
TmpDate:= dmECOE.qryGeneral.FieldByName('OrderDate').AsDateTime;Your help is very much appriciated.EConvertError "2010-03-26 00:00:00" is not a valid date and time.
Regards,
Farshad R. Vossoughi
Code: Select all