Update Problem with mydac 4.30

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alr76

Update Problem with mydac 4.30

Post by alr76 » Thu 20 Apr 2006 10:38

Hi!

i have 1 problem with mydac 4.30...

when i update a floating point give me truncate error...

if i update this number:

4003,99

give me a truncate error...

any ideas??

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 21 Apr 2006 09:14

Most possibly data is truncated by server. Try using DOUBLE data type for table on the server instead.

Post Reply