Page 2 of 2

Posted: 04.01.2011, 07:47
by wwywt
I have no idea to do .
my solution:
1、add a bool field to table default false.
2、read the bool field first.if true then zquery.property.add('OldBLOB=true').if false do nothing.
3、read the blobdata
4、save the blob to a file
5、update the field use the file and change the bool field to true.

Posted: 07.04.2012, 20:06
by EgonHugeist
Patch aviable in testing-egonhugeist Revision 1135.

Use 'OldBlobEncoding=True' in the TZConnection.Properties.

best regards