Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Re: Image from Database


Message #1 by <ramliabdel@y...> on Sat, 17 Feb 2001 16:55:47 +0100
Hi guys,

we need your help one more time,

I'm displaying some text data from an access DataBase, would like to add

some images to make it nice (you know).

What if I enter the image source (path in my data base) and if write

<img src"....            before and          ">          after ?

Can this work ?

I'm just writing the html codes to display an image file before and after ?



thanks

Message #2 by Vince Kavanagh <vince@6...> on Sun, 18 Feb 2001 18:47:39 +0000
You can do as you describe, i.e:



<img src="<%=myRS("imgage_source")%>" alt="<%=myRS("image_name")%>" border="0">



Best Regards,



Vince.



ramli abdel wrote:



> Hi guys,

> we need your help one more time,

> I'm displaying some text data from an access DataBase, would like to add

> some images to make it nice (you know).

> What if I enter the image source (path in my data base) and if write

> <img src"....            before and          ">          after ?

> Can this work ?

> I'm just writing the html codes to display an image file before and after ?

>

> thanks

>







  Return to Index