MySQL Provider and Date error

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
lsc82
Posts: 16
Joined: Tue 28 Dec 2004 14:49
Location: Padova, Italy

MySQL Provider and Date error

Post by lsc82 » Wed 29 Apr 2009 06:37

Hi.

I'm using the latest 2.50 Unidac version with Delphi 2007.

When I try to save a date like 01/01/0001 (year near to zero), the component TUniTable raise an exception with message:

"Overflow while converting variant of type (Double) into type (Date)."

(during the Post command)

Thanks

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 30 Apr 2009 10:09

I could not reproduce the problem.
Please send me a complete small sample to dmitryg*devart*com to demonstrate it, including a script to create and fill table.

Post Reply