New Vesrion is Ok ?????

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
damos
Posts: 14
Joined: Tue 07 Jun 2011 17:04

New Vesrion is Ok ?????

Post by damos » Thu 06 Feb 2014 19:12

Hi
Fisrt sql generator dont srcipt Sql updates, ?????????? is the result
Second in previous version Longblob field in my Pictures was working NOW i lost connection from MySql server , i test the same code with simple a test.db table and one blob field with the same jpeg Image 1.4Kb was saving correctly
I cannot go back to previous version because i use ODAC and SDAC versions
Thanks Vagelis

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: New Vesrion is Ok ?????

Post by PavloP » Wed 12 Feb 2014 14:09

The bug when generating Update SQL is already fixed and this fix will be included to the next MyDAC build.

MySQL server connection loss when inserting images can be due to the server settings. To load big data, you should increase the value of the max_allowed_packet server variable in the my.ini file.
For example:
max_allowed_packet = 16M

Post Reply