Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple question for pro I think, but helpful for me

Status
Not open for further replies.

vikuri

Technical User
Jul 5, 2000
1
FI
I´m updating asp-pages with access database and<br>I should add picture from database to be generated to <br>browser.<br><br>code like <br><br>response.write(rstemp(0))<br><br>takes certain text from table to browser.<br><br>If I want to have picture instead of text, what should I<br>do.<br><br>Thank you in advance<br><br>
 
I think you should hold a reference to the picture in your table (eg bigpic.gif). Define each picture as thepic, then loop through your recordsetr and just output it to the page inside an image tag like this:<br>&lt;img src=&quot;&lt;%=thepic%&gt;&quot;&gt;<br><br><A HREF="mailto:-jared@aauser.com">-jared@aauser.com</A>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top