Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 09:20 AM
Bullschmidt
Guest
 
Posts: n/a
Default How View Image Stored in Access DB?

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!
  #2  
Old July 19th, 2005, 09:20 AM
Ray at
Guest
 
Posts: n/a
Default Re: How View Image Stored in Access DB?

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" <paul@bullschmidt.com-nospam> wrote in message
news:uNbzDbvnDHA.1708@TK2MSFTNGP12.phx.gbl...[color=blue]
> 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![/color]


  #3  
Old July 19th, 2005, 09:20 AM
Steven Burn
Guest
 
Posts: n/a
Default Re: How View Image Stored in Access DB?

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 :o)


Ray at <%=sLocation%> <myfirstname at lane34 dot com> wrote in message
news:#n07JevnDHA.1884@TK2MSFTNGP09.phx.gbl...[color=blue]
> 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" <paul@bullschmidt.com-nospam> wrote in message
> news:uNbzDbvnDHA.1708@TK2MSFTNGP12.phx.gbl...[color=green]
> > 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![/color]
>
>[/color]


  #4  
Old July 19th, 2005, 09:20 AM
Jeff Cochran
Guest
 
Posts: n/a
Default Re: How View Image Stored in Access DB?

And consdier this a yell... :)

Jeff

On Thu, 30 Oct 2003 10:07:28 -0500, "Ray at <%=sLocation%>"
<myfirstname at lane34 dot com> wrote:
[color=blue]
>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" <paul@bullschmidt.com-nospam> wrote in message
>news:uNbzDbvnDHA.1708@TK2MSFTNGP12.phx.gbl...[color=green]
>> 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![/color]
>[/color]

 

Bookmarks

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles