Who knows...
Moderators: gto, cipto_kh, EgonHugeist
Who knows...
Hi there,
is anyone here who knows which version has not the date-bug?
With date-bug I mean if I edit or insert a record and enter a valid date in an according edit-field (or dbgrid) this value would be change to a invalid and weird value.
Is there a known version which works fine?
Thx
is anyone here who knows which version has not the date-bug?
With date-bug I mean if I edit or insert a record and enter a valid date in an according edit-field (or dbgrid) this value would be change to a invalid and weird value.
Is there a known version which works fine?
Thx
As I know, this bug is only on fpc port of zeosdbo. There is something... on write to db is date changed to bad date format... and there is no other versions for fpc than zeosdbo_rework.
I use in my program dirty trick. dates are in varchars, and their numbers are in float field or other float fields... double precision for sorting... for view i show varchar part of date... bad trick, but it work for now.
I use in my program dirty trick. dates are in varchars, and their numbers are in float field or other float fields... double precision for sorting... for view i show varchar part of date... bad trick, but it work for now.
Hello again,
you can checkout newest code at:
... use at your own risk ...
@Datebug: This is a bug in FPC 2.0.2 / The newest Versions of FPC dont have this bug - so you need to upgrade FPC or bugfix it dirty!
greets,
firmos
you can checkout newest code at:
Code: Select all
svn checkout svn://firmos.at/zeos
@Datebug: This is a bug in FPC 2.0.2 / The newest Versions of FPC dont have this bug - so you need to upgrade FPC or bugfix it dirty!
greets,
firmos