Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > How View Image Stored in Access DB?

Reply
Thread Tools

How View Image Stored in Access DB?

 
 
Bullschmidt
Guest
Posts: n/a
 
      10-30-2003
A client has an OLE field called Signature in an Access database. The
field contains a GIF image of a scanned signature (that a product has
been received).

How can I show this image on an ASP page?

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
 
Ray at
Guest
Posts: n/a
 
      10-30-2003
Response.BinaryWrite the value from the recordset. Here's a decent link.
http://www.aspfaqs.com/ASPScripts/Pr....asp?FAQID=172

Expect to get yelled at for storing your images in the database. :]

Ray at work

"Bullschmidt" <-nospam> wrote in message
news:...
> A client has an OLE field called Signature in an Access database. The
> field contains a GIF image of a scanned signature (that a product has
> been received).
>
> How can I show this image on an ASP page?
>
> Best regards,
> J. Paul Schmidt, Freelance ASP Web Developer
> http://www.Bullschmidt.com
> ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



 
Reply With Quote
 
 
 
 
Steven Burn
Guest
Posts: n/a
 
      10-30-2003
Storing images in a database for use on the web is something I personally
wouldn't even consider. As far as I am concerned, if you need images, stick
em in a folder ;o)

--
Regards

Steven Burn
Ur I.T. Mate Group CEO
www.it-mate.co.uk

Disclaimer:
I know I'm probably wrong, I just like taking part )


Ray at <%=sLocation%> <myfirstname at lane34 dot com> wrote in message
news:#...
> Response.BinaryWrite the value from the recordset. Here's a decent link.
> http://www.aspfaqs.com/ASPScripts/Pr....asp?FAQID=172
>
> Expect to get yelled at for storing your images in the database. :]
>
> Ray at work
>
> "Bullschmidt" <-nospam> wrote in message
> news:...
> > A client has an OLE field called Signature in an Access database. The
> > field contains a GIF image of a scanned signature (that a product has
> > been received).
> >
> > How can I show this image on an ASP page?
> >
> > Best regards,
> > J. Paul Schmidt, Freelance ASP Web Developer
> > http://www.Bullschmidt.com
> > ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
> >
> >
> > *** Sent via Developersdex http://www.developersdex.com ***
> > Don't just participate in USENET...get rewarded for it!

>
>



 
Reply With Quote
 
Jeff Cochran
Guest
Posts: n/a
 
      10-30-2003
And consdier this a yell...

Jeff

On Thu, 30 Oct 2003 10:07:28 -0500, "Ray at <%=sLocation%>"
<myfirstname at lane34 dot com> wrote:

>Response.BinaryWrite the value from the recordset. Here's a decent link.
>http://www.aspfaqs.com/ASPScripts/Pr....asp?FAQID=172
>
>Expect to get yelled at for storing your images in the database. :]
>
>Ray at work
>
>"Bullschmidt" <-nospam> wrote in message
>news:...
>> A client has an OLE field called Signature in an Access database. The
>> field contains a GIF image of a scanned signature (that a product has
>> been received).
>>
>> How can I show this image on an ASP page?
>>
>> Best regards,
>> J. Paul Schmidt, Freelance ASP Web Developer
>> http://www.Bullschmidt.com
>> ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
>>
>>
>> *** Sent via Developersdex http://www.developersdex.com ***
>> Don't just participate in USENET...get rewarded for it!

>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
OleDbException executing reader on Access stored view Marco Frontini ASP .Net 2 01-12-2005 07:20 PM
View Finder vs. Image Field-Of-View! Doug Mitton Digital Photography 6 12-14-2004 05:22 AM
How to view #temp tables in vs.net (stored procedures) msnews.microsoft.com ASP .Net 1 09-11-2004 03:17 AM
How to make a week view and day view calendar just like month view calendar in .NET ? Parthiv Joshi ASP .Net Web Controls 1 07-06-2004 03:15 PM



Advertisments