Search found 2 matches

by pal1952
25.08.2014, 06:47
Forum: MySQL
Topic: Saving binary data to a blobfiled
Replies: 2
Views: 1612

Re: Saving binary data to a blobfiled

Hi

Thanks you for the "set global" comment, it fixes the problem perfectly; I have changed the server ini now. I had wondered if it was a setting, I should have thought before I posted.

I will try the "prefer prepared" line.

Thanks for the help.

Peter
by pal1952
24.08.2014, 08:27
Forum: MySQL
Topic: Saving binary data to a blobfiled
Replies: 2
Views: 1612

Saving binary data to a blobfiled

Zeoslib 7.1.3 Stable, Delphi XE4, Windows 7 I am trying to save binary data (exe files) into a blob field (longblob) using the following code: When I execute it I get "MySql server has gone away". It does work on smaller files < 1MB. Any ideas. try Import := TZTable.Create(nil); Import.Con...