Oracle BLOB
Posted: Fri 15 May 2009 14:31
trying to post a bmp file in blob oracle field i allways get this exception
Unknown ValueType = 31 (D:\Projects\Delphi\Dac\Source\MemData.pas, line 5693)
the code is
qrUQ.Edit;
DestStream := qrUQ.FieldByName(cBlob) As TBlobField;
DestStream.LoadFromFile('temp.bmp');
qrUQ.Post;
any idea?
Unknown ValueType = 31 (D:\Projects\Delphi\Dac\Source\MemData.pas, line 5693)
the code is
qrUQ.Edit;
DestStream := qrUQ.FieldByName(cBlob) As TBlobField;
DestStream.LoadFromFile('temp.bmp');
qrUQ.Post;
any idea?