Delphi: loading a picture from db

Posted by ilija kostov on October 15, 2005

I have a problem with loading a picture from a database in Delphi.

I make the connection using ado connection. It's an oracle database and the pictures are taken with the ordsys.getcontent() procedure. I try to load the picture into the DBImage tool but it displays a mesage 'Bitmap is not valid' or something like that (I'm not sure because right now I am not at home and I can't check it)

what should I do?
thanks

Related Articles and Replies