Forums
This topic is locked
Dmx and ASP
Posted 24 Feb 2003 17:24:26
1
has voted
24 Feb 2003 17:24:26 sudhir hira posted:
Hi,what type of database application do i use if i would like to create a image database with info on each image.
I know dw doesnt recognise access with stored images. So is there another solution i could use?
thanks
suds
Replies
Replied 24 Feb 2003 19:04:51
24 Feb 2003 19:04:51 Owen Eastwick replied:
Regardless of what database you use it is better to store just the image path in the database, something like:
ProductImages/PROD001.jpg
Then when you want to display the image:
<img src="<%= rsName.Fields.Item("ImagePath"
.Value %>">
Regards
Owen.
-------------------------------------------------------------------------------------------
Used programming books and web development software for sale (UK only): www.tdsf.co.uk/tdsfdemo/Shop.htm
Developer services and tutorials: www.drdev.net
Multiple Parameter UD4 / Access 2000 Search Tutorial: www.tdsf.co.uk/tdsfdemo/
ProductImages/PROD001.jpg
Then when you want to display the image:
<img src="<%= rsName.Fields.Item("ImagePath"

Regards
Owen.
-------------------------------------------------------------------------------------------
Used programming books and web development software for sale (UK only): www.tdsf.co.uk/tdsfdemo/Shop.htm
Developer services and tutorials: www.drdev.net
Multiple Parameter UD4 / Access 2000 Search Tutorial: www.tdsf.co.uk/tdsfdemo/