Hello All.
Latest Lazarus Win32. freetds, msql
After the last update of zeos, my project crashes with message … "06/01/2020" is not valid date format ?!
-->> Do note that 06 is the MONTH and 01 is the DAY of my date
function TdmAPPRdbModule.DB_QueryCurMonthValues(fReSync:Boolean=false): Variant;
var d1, d2: TDateTime;
begin
With tbCurMonth_ do
begin
d1 := FieldByName('CurMonthFDD').AsDateTime; // - is not valid date format ( msql table DATE column )
d2 := FieldByName('CurMonthLDD').AsDateTime;
…
...
After zeos7.3 last update. Is not valid date format
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: After zeos7.3 last update. Is not valid date format
Hello ash71,
I created a ticket on the tracker. See: https://sourceforge.net/p/zeoslib/tickets/438/
I will try to keep this thread updated but follow up discussion might happen over there.
Best regards,
Jan
I created a ticket on the tracker. See: https://sourceforge.net/p/zeoslib/tickets/438/
I will try to keep this thread updated but follow up discussion might happen over there.
Best regards,
Jan
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
Re: After zeos7.3 last update. Is not valid date format
Hello ash71,
what's the dateformat of your Server and which dateformat is used in the FormatSettings. Could you attach the stack-trace please?
what's the dateformat of your Server and which dateformat is used in the FormatSettings. Could you attach the stack-trace please?
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: After zeos7.3 last update. Is not valid date format
Hello ash71,
could you tro to create a minimum working example? Meaning code for a program and a create script for the database?
Best regards,
Jan
could you tro to create a minimum working example? Meaning code for a program and a create script for the database?
Best regards,
Jan
Re: After zeos7.3 last update. Is not valid date format
Hello
It seems that the problem has already been solved
The database column was of type DATE. And DisabledZFields was TRUE.
It seems that the problem has already been solved
The database column was of type DATE. And DisabledZFields was TRUE.
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: After zeos7.3 last update. Is not valid date format
Erm - this still is a bug in Zeos, I think. Zeos also should work with native TDateFields. I would like to find that bug. Could you please try to create an example piece of code?
Best regards,
Jan
Re: After zeos7.3 last update. Is not valid date format
Yes. The problem persist. it seems i get around it with SQL CAST to DATETIME.
I attached the example here. sybdb.dll is needed to run this example.
No matter what is the state of DisableZFields
I attached the example here. sybdb.dll is needed to run this example.
No matter what is the state of DisableZFields
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: After zeos7.3 last update. Is not valid date format
I am sorry, your example didn't make it into the forums. Can you upload it somewhere?