Mysql DateFields

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
thaimann
Fresh Boarder
Fresh Boarder
Posts: 14
Joined: 26.07.2010, 15:18

Mysql DateFields

Post by thaimann »

I am using Lazarus 0.9.28.2 on a Fedora 12 System. MySQL version 5.1.47.

I have a table with a date field in it which I am unable to update using a tDBEdit. No matter what date format I try to use it seems to fail. This has become an irritant and is forcing me to run a query to convert a string representation of the date into the date format. This requires more columns in the table and a less clean implementation of the application. Fortunately the amount of data is small for this app.

Terry
jeremicm
Senior Boarder
Senior Boarder
Posts: 61
Joined: 18.10.2006, 17:07
Contact:

Post by jeremicm »

i don't have experience with lazarus, but on windows, i should go with TDateTimePicker... i bet there's one on lazarus...

edits are very bad way to enter TDateTime...
thaimann
Fresh Boarder
Fresh Boarder
Posts: 14
Joined: 26.07.2010, 15:18

Post by thaimann »

I had tried that & it wasn't working either. I haven't tried it under Windows yet, but on Linux/Lazarus it does appear to be broken.

Terry
Post Reply