Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Re: Retrieving jpeg images from Access database.


Message #1 by "Rod Murray" <rod-murray@c...> on Wed, 5 Mar 2003 14:31:50
What i would do is just store the path to the image in a text field in the 
table. Then, just display it with something like: 

<IMG SRC=<%= rs("Image_Path") %>>

Should work, unless i misunderstood your question.




> Please Help me.function box63177200() {window.open
("http://66.40.25.45:80/sofcast/bin/logger.php?
act=lnk&sid=7&gid=20&acid=122&aid=200", "new");return false;}  Hello,
I know this is a very common question, but I need to know how i can a) 
reference a jpeg image within Access (using the OLE object I guess) and 
then b) how I can retrieve the image along with other information in the 
table?

I am making an employee profile db, and i want to be able to click on the 
name of the person, and then display all the corresponding information 
with the image of the person.

thanks,



---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, and more

  Return to Index