Thanks you soo much.
I do it like this:
Img_stream := TBlobStream.Create(tblobfield(dbase.fieldbyname('firdata')), bmRead);
img_size := lob1.CopyFrom(Img_stream, Img_stream.Size);
Regards.
I really need your help!,
I'm trying to translate a DBASE (Data and Images) files to Oracle.
I already open both database, for DBASE I and using BDE and for Oracle DOA 3.4.6.
I don