Getting data corruption with latest VCL MyDac

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Getting data corruption with latest VCL MyDac

Post by snorkel » Tue 15 Aug 2006 16:04

Hi,
I am using the latest registered version and I am getting data corruption when I use the MySQL show commands.

for example if i use SHOW SESSION VARIABLES the data comes back garbled like this: ÎtÁ_insert_buffer_size

The server is not set to unicode, and when I scroll the grid all the data just disappears. It seems to be a problem with getting the blob size as many of the SHOW commands return blobs.

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

Post by Antaeus » Wed 16 Aug 2006 08:06

We could not reproduce the problem. Please send us (evgeniyD*crlab*com) a complete small sample to demonstrate it. Also supply us following information
- Exact version of Delphi, C++ Builder or Kylix
- Exact version of MyDAC. You can see it in About sheet of TMyConnection Editor
- Exact version of MySQL server and MySQL client. You can see it in Info sheet of TMyConnection Editor

Post Reply