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