Icon View Incident Report

Minor Minor
Reported By: Zdenek Vasku
Reported On: 7/19/2012
For: Version 4.33 Build 4
# 3627 BLOB Updates Using TClientDataSet and TDataSetProvider Corrupt BLOBs Under Delphi XE2

We have problem with TClientDataset-TDatasetProvider-TDBISAMQuery when storing TBlobField. Saved datas are corrupted.

 C.Open;
 C.Edit;
 (C.FieldByname('SDEF') as TBlobField).LoadFromFile('c:\test.jpg');
 C.Post;
 C.ApplyUpdates(0);
 C.Close;



Comments Comments
This is another variant of incident report #3602, but with binary files causing the problem instead of text files.


Resolution Resolution
Fixed Problem on 7/20/2012 in version 4.34 build 1


Products Affected Products Affected
DBISAM VCL Client-Server
DBISAM VCL Client-Server with Source
DBISAM VCL Standard
DBISAM VCL Standard with Source
DBISAM VCL Trial

Image