Icon View Incident Report

Serious Serious
Reported By: Gary Stafford
Reported On: 4/30/2004
For: Version 4.05 Build 1
# 1682 Using TDBISAMBlobStream Truncate Method Does Not Work When Reducing Size of BLOBs

Using Delphi 7
And Version 4.05

Changing a blob works fine, but when I try to reduce the size of the blob nothing happens. Also tDBISAMBlob.Size:= does not set the size to the new value.

BlobSize = 1000;
Table.Edit
tDBBlobStream.Seek(500,0);
tDBBlobStream.Truncate;
Table.Post

Blob.Size is still 1000;



Resolution Resolution
Fixed Problem on 5/12/2004 in version 4.06 build 1
Image