|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Retrieval of image from a database table |
From: |
Farhad Sadough |
Date: |
2/10/2001 7:12:17 PM |
IP: |
24.64.134.32 |
Just save your image anywhere (i.e. ../../images/image1.gif) and make a note of the path.
Include the path in your database let's say in column that u called "Image" . So u would have
to have ../../images/image1.gif in your database and point out in Response.Write command:
<%Response.Write(rs1.Fields.Item("Image"))%>
Farhad |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|