472,109 Members | 1,808 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,109 software developers and data experts.

retrive stored image from the MSAccess

nehashri
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
May 16 '07 #1
0 1511

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by Priti Joshi | last post: by
2 posts views Thread by Patrick F | last post: by
2 posts views Thread by soma.gunasekaran | last post: by
1 post views Thread by =?Utf-8?B?SHVzYW0=?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.