Recent content by V de la Cruz

  1. V

    EAccessViolation in a SaveToStream procedure

    Hi I'm trying to show a TBlobField in an TImage. Following the advices you gave in others topics i did this: procedure TForm1.Button1Click(Sender: TObject); var oStream : TBlobStream; begin oStream := nil; try OracleDataSet1IMAGEN.SaveToStream(oStream)...
  2. V

    A query with LOB's requires OCI8 module, but OCI7 mode is used

    The problem is solved. Thank you both for the help
  3. V

    A query with LOB's requires OCI8 module, but OCI7 mode is used

    Thanks I have installed the Oracle9i Release 2 (9.2.0) client
  4. V

    A query with LOB's requires OCI8 module, but OCI7 mode is used

    Hi I have the DOA 3.4.6.4 version installed and an Oracle 10g Dababase, but I still get the error "A query with LOB's requires OCI8 module, but OCI7 mode is used" The database connection property UseOCI7 is set to False Someone knows what can be wrong? Thanks
Back
Top