473,416 Members | 1,743 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,416 software developers and data experts.

Storing JPEG Thumbnails

Greetings all,

As a newbie, using Access 2000, I would appreciate advice on the best
way to include pictures.

I have developed a 'Home Inventory' database which can include jpeg
thumbnails of my items and I can review things at anytime - on the desktop
where I created all this - no problem so far.
I networked the mdb file (only) across to my laptop and found the
pictures don't show. So I guess my database table is only storing links to
the images.

What I really want to do is keep a copy of the database, including the
pictures, on a CD-R, far from the house - so that all the data is available
after a: fire, flood or earthquake.

Question 1. Is it possible, and a good idea, to store the jpeg images
within the mdb file.

Question 2. Is it better to keep the jpeg images in a folder
alongside the database (on the CD-R). In which case, do I also need to keep
the EasyPhoto application that I chose from the 'Object Types' available
after I had hit on 'Insert Object'.

Question 3. What is the best way of getting from 'Insert Object' to a
folder full of jpeg images (I know I don't want to insert Excel Worksheets,
Word Documents, PowerPoint Presentations etc, and EasyPhoto seems a rather
long way round).

Thanks in anticipation.

Rednelle
Nov 13 '05 #1
4 2707
Solved my own problem using IrfanView Graphics - with a tiled display - copy
and paste.

Rednelle
"Rednelle" <re********@btinternet.com> wrote in message
news:cf**********@titan.btinternet.com...
Greetings all,

As a newbie, using Access 2000, I would appreciate advice on the best
way to include pictures.

I have developed a 'Home Inventory' database which can include jpeg
thumbnails of my items and I can review things at anytime - on the desktop
where I created all this - no problem so far.
I networked the mdb file (only) across to my laptop and found the
pictures don't show. So I guess my database table is only storing links to
the images.

What I really want to do is keep a copy of the database, including the
pictures, on a CD-R, far from the house - so that all the data is available after a: fire, flood or earthquake.

Question 1. Is it possible, and a good idea, to store the jpeg images within the mdb file.

Question 2. Is it better to keep the jpeg images in a folder
alongside the database (on the CD-R). In which case, do I also need to keep the EasyPhoto application that I chose from the 'Object Types' available
after I had hit on 'Insert Object'.

Question 3. What is the best way of getting from 'Insert Object' to a folder full of jpeg images (I know I don't want to insert Excel Worksheets, Word Documents, PowerPoint Presentations etc, and EasyPhoto seems a rather
long way round).

Thanks in anticipation.

Rednelle

Nov 13 '05 #2
Can you please mail me the code & explain further what exactly you're
doing to display the thumbnails & what would be reqd if I want to
install the application on another machine too. Would I be reqd to
install IrfanView there too.

1) Are you storing only thumbnails or even the larger size pics ?

2) If anyone clicks on the thumbnails, does he get to see the larger
ver of the pics ?

3) Are you storing within the database or just linking (pointing) to
the location of the images lying externally.

4) Will the dispay of images be dependent on the presence of any
external image viewer like IrfanView & if so ... why ?
I'd sincerely appreciate a detailed explanation. Sorry for any
trouble.

Thx & Best Rgds,
__________________________
Prakash T. Wadhwani
Cell : 968-9316201
Email: si****@omantel.net.om

You're Never Dressed For The Day
Until You Wear A Smile :-)


"Rednelle" <re********@btinternet.com> wrote in message news:<cf**********@sparta.btinternet.com>...
Solved my own problem using IrfanView Graphics - with a tiled display - copy
and paste.

Rednelle
"Rednelle" <re********@btinternet.com> wrote in message
news:cf**********@titan.btinternet.com...
Greetings all,

As a newbie, using Access 2000, I would appreciate advice on the best
way to include pictures.

I have developed a 'Home Inventory' database which can include jpeg
thumbnails of my items and I can review things at anytime - on the desktop
where I created all this - no problem so far.
I networked the mdb file (only) across to my laptop and found the
pictures don't show. So I guess my database table is only storing links to
the images.

What I really want to do is keep a copy of the database, including the
pictures, on a CD-R, far from the house - so that all the data is

available
after a: fire, flood or earthquake.

Question 1. Is it possible, and a good idea, to store the jpeg

images
within the mdb file.

Question 2. Is it better to keep the jpeg images in a folder
alongside the database (on the CD-R). In which case, do I also need to

keep
the EasyPhoto application that I chose from the 'Object Types' available
after I had hit on 'Insert Object'.

Question 3. What is the best way of getting from 'Insert Object' to

a
folder full of jpeg images (I know I don't want to insert Excel

Worksheets,
Word Documents, PowerPoint Presentations etc, and EasyPhoto seems a rather
long way round).

Thanks in anticipation.

Rednelle

Nov 13 '05 #3

"Rednelle" <re********@btinternet.com> ha scritto nel messaggio
news:cf**********@sparta.btinternet.com...
Solved my own problem using IrfanView Graphics - with a tiled display - copy and paste.

Rednelle


Can you show us something about and not only the Resolution Notice...!!!

@Alex.
Nov 13 '05 #4
Greetings again,

I have found 3 different ways to attach images within MS Access - all
via an OLE bound object - but the efficiency of each technique and the
convenience of each technique seem to vary considerably.

Starting with Access 2000 and an mdb file of 708Kb before any images
were added - I including 3 jpeg thumbnail images each of 14Kb.

1. The least efficient technique is to cut & paste. The Access file grew
to 1408Kb. No application (other than Access) is required to subsequently
view the images. The images display instantly in FormView. Adding images
this way involves copying them to the clipboard (which is where I used
IrfanView) and then pasting them into the OLE field on your Form.

2. Using the 'EasyPhoto' application, which I think came bundled with my
digital camera software, adding the 3 jpeg images caused the Access file to
grow to 800Kb. 'EasyPhoto' must be installed on the computer to display the
images. The images displayed in FormView with less than a 1 second delay and
no other operator action. Adding images this way involves hitting on 'Insert
Object' / 'Create New' / and your chosen image handling (in my case:
EasyPhoto) application.

3. The most efficient way is to 'link' images to your Form. My Access file
grew to 736Kb. No special photo application is required. Adding images
this way involves hitting on 'Insert Object' / 'Create from File' / and
finding the path to your image. However, to subsequently review the image
you must double click on the icon displayed on your Form field - and it will
appear in a new window, provided the path remains unchanged - you must later
close that window to get back to Access.
Please remember I am very new here and there may be very much better ways of
attaching pictures within databases.

Rednelle


Nov 13 '05 #5

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

Similar topics

0
by: David Walker | last post by:
Hi I'm using a server which only has GD version 1.6.2, with jpeg support enabled. I'm trying to use it to make thumbnails of jpeg photos as they are uploaded from a webform, but moving from my...
3
by: dave | last post by:
Hello there, I am at my wit's end ! I have used the following script succesfully to upload an image to my web space. But what I really want to be able to do is to update an existing record in a...
15
by: Christos TZOTZIOY Georgiou | last post by:
Has anyone built PIL (1.1.4 or 1.1.5) for Python 2.4? If yes, please let me know, since I can't test a couple of my apps using PIL with 2.4 . You can even reply by email (yes, I dare use true...
5
by: Ken | last post by:
I am in the process of designing my first web-site, and am having a problem with my picture gallery. My thumbnails are all different sizes, I would like them to be one size. The manual does not...
0
by: Zhao Sheng | last post by:
http://www.guangmingsoft.com/htmltoimage/help.htm Html To Image Html To Image 2.0 Released! Html To Image help you convert html page from any URL to image or thumbnails easily and quickly. ...
7
by: C G | last post by:
Dear All, What's the best way to store jpgs in postgresql to use in a web page? I tried to use large objects, but how would you extract them from a table to be viewed in a web-page without...
0
by: jordi_ramis | last post by:
Hi, I'm looking for a FREE jpeg decoder class or component that lets me: - Load the jpeg from a stream (file). - As an option not to load ALL the jpeg, only the necessary part to make a...
3
by: giladg22 | last post by:
Hi All, I need some help resolving a pretty tricky problem. I have a javascript application running from a CD. The script preloads between 500 to 1000 jpegs (about 40K each) to the IE. The IE...
1
by: Brett_A | last post by:
I have the following code: ************************************* SavePath = Path & "\thumb_" & File.ExtractFileName ' AspJpeg always generates thumbnails in JPEG format. ' If the original...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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:
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.