Recent content by MadhuReddy

  1. M

    TOracleQuery with TLOBLocator

    thank you Marco Kalter. I solved my problem by using OracleQuery1.Clear instead of OracleQuery1.SQL.Clear. Thank you once again.
  2. M

    TOracleQuery with TLOBLocator

    hi there, I have downloaded DOA component for delphi7. I am using TOracleQuery to store blob data(TImage data) in the database and to retrieve blob data from the database. MyForm.FormCreate looks like Image1.Picture.Bitmap.LoadFromFile('c:\4.bmp'); // Connect to the Database...
Back
Top