Page 1 of 1

mysql blob size pls help !!!

Posted: Mon Sep 18, 2006 6:10 am
by redy
When I try to save a rtf, rvf file format in a BLOB field of mysql table, i receive (in a Delphi program...):

DBI error :(1001)
Data size exceed blob field size
Unknown error

This is a TdbRichViewEdit error, or is a MySql error ? How can i enlarge a BLOB field size programatically ?
Thx !

Posted: Mon Sep 18, 2006 6:27 pm
by Sergey Tkachenko
I am sorry, I am not an expert in MySQL.
TRichView just saves data to TMemoryStream, then uses BlobField.LoadFromStream(Stream) method to update the table...