Hi there,
I've the similar code as you have written there, but the saving and loading are placed in 2 different procedures instead of one.
in function one I have :
with qrySomething do
begin
TBlobField(FieldByName('FILE_DATA')).SaveToFile(filename);
end;
and in another function I have ...
Hello there,
I have been using DOA version 3.3 with Delphi 4, Oracle server 7.3.
The problem I've been encountering is saving data in binary format (BLOB field) into database is always corrupted.
This happens with Report Builder or just simply saving data with TBlobField...