PDA

View Full Version : image from access database using asp



lane87
02-22-2009, 09:18 AM
hi all,

ive searched every to find an answer but cant seem to get the one that i need.

I have a products table with productID, description and picture, i can retrieve the description fine using asp however the image will not show at all.

i have the location of the image stored in the text field in the database i.e /images/tshirt.jpg but it just displays a red cross where it is supposed to be.

If anyone could help i would appreciate it

thanks

cpc
02-24-2009, 02:56 AM
Is your pathing correct? i.e. is it an absolute path or relative? If relative, is the basedir correct as well.