[DUG] firebird query parameters behaving oddly

Jeremy North jeremy.north at gmail.com
Tue Jul 10 14:27:46 NZST 2007


> For simple date time conversions check the ShortDateFormat :=
> 'dd/mm/yyyy'; before converting StrToDateDef(MyDate, 0);

FWIW setting those variables in SysUtils (ShortDateFormat et al.) is
not thread safe. So if you are using threads you may run into issues.

cheers,
Jeremy


More information about the Delphi mailing list