Page 1 of 1

TMyLoader and BLOB data

Posted: Fri 30 Apr 2010 11:43
by jmuehlenhoff
Hi,

I'm trying to use the OnPutData event to manually put data to the MySQL server (I can't use LoadFromDataSet for several reasons).

How can I put BLOB Data to the TMyLoader?

The PutColumnData method takes a Variant, but it's not specified what type to set this Variant to.

Posted: Fri 30 Apr 2010 13:03
by Dimon
You can assign blob data as string or as (varArray + varByte) variant type.