473,484 Members | 1,635 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Converting Access OleObject images back into native format

I have an Access database/forms application that has images stored in
it. I need to develop a new VB that utilizes Oracle or the file
system as the underlying storage for these images. In order to do
this I need to retrieve and save the images to disk in their native
format.

The problem is that the images are stored in Access as the OleObject
type rather than binary. I cannot figure out how to pull these
imagesfrom the database and store them in their native format such
that double-clicking the file will launch the associated application.

I've read a lot of threads about moving images in/out of Access
databases but the resulting files never seem to be in their native
format. Please advise.

-Rich
Nov 12 '05 #1
4 6773
Sounds like you need to visit Stephen Lebans's website.
www.lebans.com

Larry Linson may have some info on how to do it, but I'd bet Stephen
has code, if anyone does.
Nov 12 '05 #2
Have you looked here:
http://www.lebans.com/oletodisk.htm
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"RichG" <pi********@hotmail.com> wrote in message
news:73**************************@posting.google.c om...
I have an Access database/forms application that has images stored in
it. I need to develop a new VB that utilizes Oracle or the file
system as the underlying storage for these images. In order to do
this I need to retrieve and save the images to disk in their native
format.

The problem is that the images are stored in Access as the OleObject
type rather than binary. I cannot figure out how to pull these
imagesfrom the database and store them in their native format such
that double-clicking the file will launch the associated application.

I've read a lot of threads about moving images in/out of Access
databases but the resulting files never seem to be in their native
format. Please advise.

-Rich


Nov 12 '05 #3
Hi Stephen,

Thanks for the quick reply. I found the site a little while ago, but
I dont think I investigated it deep enough. Does it matter that the
image that we are trying to extract is not a bitmap (they are some
sort of Paint Shop Pro v5 and v7 files as well as some "packages").
How could I modify it to extract these types?

Thanks again,
-Rich
"Stephen Lebans" <Fo****************************************@linval id.com> wrote in message news:<vt*******************@ursa-nb00s0.nbnet.nb.ca>...
Have you looked here:
http://www.lebans.com/oletodisk.htm
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"RichG" <pi********@hotmail.com> wrote in message
news:73**************************@posting.google.c om...
I have an Access database/forms application that has images stored in
it. I need to develop a new VB that utilizes Oracle or the file
system as the underlying storage for these images. In order to do
this I need to retrieve and save the images to disk in their native
format.

The problem is that the images are stored in Access as the OleObject
type rather than binary. I cannot figure out how to pull these
imagesfrom the database and store them in their native format such
that double-clicking the file will launch the associated application.

I've read a lot of threads about moving images in/out of Access
databases but the resulting files never seem to be in their native
format. Please advise.

-Rich

Nov 12 '05 #4
It will work for any Image file format that you can see a preview for
within a Bound/Unbound OLE Frame control.
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"RichG" <pi********@hotmail.com> wrote in message
news:73**************************@posting.google.c om...
Hi Stephen,

Thanks for the quick reply. I found the site a little while ago, but
I dont think I investigated it deep enough. Does it matter that the
image that we are trying to extract is not a bitmap (they are some
sort of Paint Shop Pro v5 and v7 files as well as some "packages").
How could I modify it to extract these types?

Thanks again,
-Rich
"Stephen Lebans"

<Fo****************************************@linval id.com> wrote in
message news:<vt*******************@ursa-nb00s0.nbnet.nb.ca>...
Have you looked here:
http://www.lebans.com/oletodisk.htm
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"RichG" <pi********@hotmail.com> wrote in message
news:73**************************@posting.google.c om...
I have an Access database/forms application that has images stored in it. I need to develop a new VB that utilizes Oracle or the file
system as the underlying storage for these images. In order to do
this I need to retrieve and save the images to disk in their native format.

The problem is that the images are stored in Access as the OleObject type rather than binary. I cannot figure out how to pull these
imagesfrom the database and store them in their native format such
that double-clicking the file will launch the associated application.
I've read a lot of threads about moving images in/out of Access
databases but the resulting files never seem to be in their native
format. Please advise.

-Rich


Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3870
by: vad | last post by:
Hi! I am new to asp and here is my question. I have an MS Access datacase,In one table I stored all the information regarding one truck, including 4 images for each of the truck.The data type...
3
3463
by: Dalan | last post by:
At first I was not certain what could cause Access 97 from displaying most jpeg images, but not all. After further testing, it seemed that all original images of less than 275 pixels per inch or...
7
8668
by: RCS | last post by:
Okay, a rather 'interesting' situation has arisen at a place I work: I need to convert a database from Access to something that can be used over the web. I am currently maintaining and...
2
1570
by: Anitha | last post by:
Hi All, How to retrieve images stored in Access database. I am storing images(jpeg) as OleObject. I want display them on my web page. I am unable to do so.Please help me I am using C# The code...
61
4665
by: phil-news-nospam | last post by:
Why does SVG need a different tag than other images? IMHO, SVG should be implemented as an image type just like any other image type, allowing it to work with <img> tags, and ... here is the...
4
2378
by: Beginner | last post by:
How do I convert JPEG images to binary files in ASP.NET? Please advice. Thanks.
0
1633
by: ziyad | last post by:
Dear Sir, I have already Converted the image into Byte and stored in access as a oledObject.I want to Display all the images in DataList.But i dont know How to convert Byte to Image...
10
8344
by: NEWSGROUPS | last post by:
I work for an organization that is migrating from Access 2000 to Access 2003. About 5 or 6 years ago we migrated from Access 97 to Access 2000 with no problem. Will I have trouble converting these...
16
11035
by: Neil | last post by:
I posted a few days ago that it seems to me that the Access 2007 rich text feature does not support: a) full text justification; b) programmatic manipulation. I was hoping that someone might...
0
7082
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6953
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7144
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7214
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4845
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3046
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1359
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
592
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
235
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.