Recent content by Howard Roy

  1. H

    Binary data saved into Data base via DOA are corrupted?

    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 ...
  2. H

    Binary data saved into Data base via DOA are corrupted?

    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...
Back
Top