Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle LONG RAW

Status
Not open for further replies.

bookor

MIS
Apr 21, 1999
33
0
0
US
I have an Oracle database with jpg images stored as long raw data. In oracle developer I can display the images fairly easily, but I have not been able to find a way to do that in Access/VB. Is this possible? How do I go about doing it?<br>
<br>
thanks for any info<br>
bob<br>
bookor@interserv.com
 
There is a table data type OLE object that can be used to store the jpeg image. Once the image is stored in the database, a bound object frame can be utilized to display the image on a form.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top