TMyQuery truncates string values

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dbulic
Posts: 3
Joined: Thu 05 Feb 2009 10:45

TMyQuery truncates string values

Post by dbulic » Mon 26 Jul 2010 10:22

I use MyDAC 5.90.0.57. When I connect to MySQL 4.1.7-max on RedHat and open a table using TMyQuery, string values are truncated to 20 characters. TField.Size shows 20. However, SHOW FULL COLUMNS correctly reports 60 characters field size, and your own DotConnect for MySQL does not exhibit this bug.

Damir

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

Post by Dimon » Mon 26 Jul 2010 11:54

Unfortunately, the information you have provided is not enough to reproduce your issue. Please send me a complete small sample to dmitryg*devart*com to demonstrate it, including script to create database objects. Also specify the exact version of your IDE.

Post Reply