|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: displaying images from access database |
From: |
Akhilesh |
Date: |
8/28/2000 2:50:56 PM |
IP: |
12.41.194.121 |
Is the immage itself being stored in the DB or the path. If teh immage is being stored i have never done it with access but i know it works from SQL
Response.ContentType = "image/gif"
Response.BinaryWrite
solve the problem if you wnat to diaplay a image in ASP. If you need to in VB you will have to use get chunk, append chunk and all that good stuff :) |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|