Hi
We have Oracle 10gR2 and ODAC11.exe (file ver 6.10.1.10). Our Oracle DB has Jpg files stored in BLOB fields. We would like these jpgs displayed as readable images in our Delphi 2007 (for win32) application.
Can someone please give us a step by step on how this is done.
Thanks
SELECTing and displaying BLOB fields containing JPG files
To work with JPG, you can replace the TDBImage component with the TImage component in OdacDemo. The TDBImage component automatically reads and saves images to TOraQuery. With the TImage component you need to write code that will read and save images. Please see the discussion in SDAC and MyDAC forums, to find examples of such code:
http://www.crlab.com/forums/viewtopic.php?t=10827
http://www.crlab.com/forums/viewtopic.php?t=9535
http://www.crlab.com/forums/viewtopic.php?t=10827
http://www.crlab.com/forums/viewtopic.php?t=9535