Forums

ASP

This topic is locked

Inserting images from a database

Posted 22 Feb 2003 18:09:45
1
has voted
22 Feb 2003 18:09:45 David Jacobs posted:
<font face='Arial'>Dear All,

www.bestofthebest.co.uk/

This is not my site but has the desired effect.

I am using an Access database and want to repeat regions taken from the
database that include headline (car model), desc (description of car),
tickets sold and ticket price.

I also want to put a picture of the car in the table but how can I do this?
Do I have to give the address of the image to a field in the database? and
if so, how do I call it from the table in ultradev?

I am not the best ultradev programmer so please, answer limited to one
syllable words!!

Best wishes

TIA

David Jacobs</font id='Arial'>

Edited by - binsey on 22 Feb 2003 18:35:29

Replies

Replied 22 Feb 2003 21:08:47
22 Feb 2003 21:08:47 johan tessens replied:
Insert a photoURL field (you give it the name you want) in your access database. Input the name of your photos on the server into that field example carphoto.jpg ...
On your webpage insert an image and In the Select Image Source select Data Sources and point to the photoURL field. And your done. But its beter to use the PureASPupload and smart image processor extensions from this site.

Reply to this topic