hi,
I need one help regarding Asp with MsAccess database.
Problem.
========
i want to retrive stored image from the MSAccess
database using asp.
* for storing image i use Datatype as OLE Object. At
the time of creating table i inserted all the value
directly including images as a object.
* i tryed to retrive the image using ASP "response.write"
and "response.binarywrite". but i cann't get it.
<img src="<% response.write (rs.fields("picture") )
%>" >
<img src="<% response.binarywrite
(rs.fields("picture") ) %>" ></td>
How to retrieve an Object Files form the MSAccess database using ASP?
pls send me details with sample codes regarding, how
to retrive stored Object Files from MSAccess database.
thanks
neha