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.