Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Importing / Linking / June 2004

Tip: Looking for answers? Try searching our database.

display a jpeg image stored in an oracle blob

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ret - 30 Jun 2004 09:47 GMT
I have an oracle database connected to access. in access I created a report which shows data about persons. each person has a blob field in the oracle database in which jpeg image data is stored.

how can I display this jpeg image data on an access report in an image control?
Exponent - 30 Jun 2004 13:50 GMT
You can create an ADO (or DAO) recordset, then extract the data for each record to a temporary file using
a GetChunk loop, then load the temporary file into an image control.

Alternatively, you can use a 3rd party image control that binds directly to binary image data, such as
our DBPix control.  Then you just need to select the control source like any other control.  

--
_______________________________________________________
http://www.ammara.com/  
Image Handling Components, Samples, Solutions and Info
DBPix 2.0 - lossless jpeg rotation, EXIF, asynchronous

>I have an oracle database connected to access. in access I created a report which shows data about persons. each person has a blob field in the oracle database in which jpeg image data is stored.
>
>how can I display this jpeg image data on an access report in an image control?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.