mysql blob size pls help !!!

General TRichView support forum. Please post your questions here
Post Reply
redy
Posts: 1
Joined: Mon Sep 18, 2006 5:57 am

mysql blob size pls help !!!

Post 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 !
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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...
Post Reply