Recent content by edennis

  1. E

    TLOBLocator

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

    TLOBLocator

    Excelent! but, do you know how can i load the Image into de buffer array? Thanks you very much!
  3. E

    TLOBLocator

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