[DUG] Delphi SQL issue

karlreynolds at xtra.co.nz karlreynolds at xtra.co.nz
Mon Feb 26 10:23:15 NZDT 2007


I've had similar problems with Date and DateTime parameters so now I use
TimeStamp instead.

ParamByName('DT').AsSQLTimeStamp :=
DateTimeToSQLTimeStamp(Trunc(EffluentRec.DT));

should work.

Cheers,
Carl




More information about the Delphi mailing list