473,436 Members | 1,526 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,436 software developers and data experts.

Problems with embedded images associated with Microsoft Photo Editor 3

Hello!

I have a database with alot of embedded images. The reason for having
the images embedded is security.

My problem is that it works fine on my computer, but not on my clients
computer. He hasn't got Microsoft Photo Editor installed and because
of that he cant view the images when doubleclicking on them in the
table. He can still see the pictures in the formview but when he
doubelclicks the images a error message shows up.

I want to create a database which all my clients can use, both the
clients with Microsoft Photo Editor and those whitout. I would of
course also prefer if they didn't have to install another plugin /
application.

All the embedded images are jpeg, but in the table they show up as
MSPhotoEd.3

In my humble opinion, the best way would be if access would show the
pictures with the program associated with the filetype. If jpg for
example was asociated with Photoshop on my clients computer, the image
would be opended in Photoshop.
From what I have read, I suppose the progam that views the image must
be an OLE server and Im don't know if Photoshop can act as one.

What is the best thing to do?
All help is highly appreciated!

Thanks!
Marcus
Nov 13 '05 #1
1 7464
"Zeroeffect" wrote
I have a database with alot of embedded
images. The reason for having the images
embedded is security.


If you use OLE Objects and Bound OLE Frames, you put yourself at the mercy
of whatever COM-enabled software the user has registered on his/her machine
for processing the image file type you are using. Another approach discussed
in the article, and illustrated in the examples described below is the
Binary Large Object (BLOB) method. If your users do not have Access and the
graphics filters installed, you may need to find a third-party control to
display the image. MVP Stephen Lebans' ImageClass, free for the downloading,
may be of some help -- http://www.lebans.com/imageclass.htm.

The sample imaging databases at http://accdevel.tripod.com illustrate three
approaches to handling images in Access, and the download includes an
article discussing considerations in choosing an approach. Two of the
approaches do not use OLE Objects and, thus, avoid the database bloat, and
some other problems, associated with images in OLE Objects.

If you are printing the images in reports, to avoid memory leakage, you
should also see MVP Stephen Lebans' http://www.lebans.com/printfailures.htm.
PrintFailure.zip is an Access97 MDB containing a report that fails during
the Access formatting process prior to being spooled to the Printer Driver.
This MDB also contains code showing how to convert the contents of the Image
control to a Bitmap file prior to printing. This helps alleviate the "Out of
Memory" error that can popup when printing image intensive reports.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #2

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

Similar topics

1
by: Alan | last post by:
Hi, I'm converting a database application from Access 97 to C#/SQL Server. Old database contains some images in OLE fields. I've figured out that there's OLE header preceeding actual image data...
3
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...
2
by: Steve | last post by:
Can anyone please advise me on the following : I am developing an access 2002 app that shows a customers picture, the picture is stored on the hard drive not in a table. I use the following code...
0
by: Frank S. Romano | last post by:
Hello, Does anyone know how to bind the image property of a picture control to an Access 2000 database OLE object column that contains a MS Photo Editor 3.0 photo? When I try binding the picture...
8
by: Bob | last post by:
I'm looking for an example of how to extract images from an Access 97 blob into an asp datagrid. Anybody have examples?
8
by: NurAzije | last post by:
Hi, I wonder is there a way or a function to take a high resolution image and change it to low resolution ?? I have a directory with a 200 pictures, and want to save them with the same width and...
10
by: Neo Geshel | last post by:
I am seeking to hand-roll my own blog in ASP.NET 2.0 and SQLExpress 2005. Why? Because I can. Because I will gain experience. The one thing that has me stumped at square one is inline images....
1
by: NutsAboutVB | last post by:
Hello, I am a VB.NET programmer and I have a JPEG image file (from digital camera) of about 109 KB's in size, when I open it and save it (without making any alterations at all, just going to...
1
by: JVFord | last post by:
Hello. We were having trouble displaying our photos (inserted as OLE Objects) in our database using Access 2003. (you can think of it as a contacts database where it housed info on the person and...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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
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
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.