List:General Discussion« Previous MessageNext Message »
From:Masood Nasir Date:January 1 1970 12:00am
Subject:Re: Storing BLOBs ??is it a faq?
View as plain text  
get the data like normal data through result set.

and using say PHP print the content-type:

Header("Content-type: $type");
echo $data;

or through whatever tool you use. where $type can be image/gif and $data
is data from mysql. untested but should work :)

-- Regards, 
-- Masood Nasir :-) [Systems Engineer] - http://www.masood.net ;)
-- One Net, Lahore, Pakistan. <http://www.one.net.pk>

On Wed, 21 Jun 2000, Mark Lo wrote:

> Hi,
> 
>      Now, I know how to insert and update.  Then what is the syntax for retirve
> the image file so that it can be shown on the web.
> 
> Thank you so much
> 
> Mark
> 

Thread
Storing BLOBs ??is it a faq?Dr. Dieter Becker20 Jun
  • Re: Storing BLOBs ??is it a faq?sinisa20 Jun
    • RE: Storing BLOBs ??is it a faq?Dr. Dieter Becker20 Jun
      • RE: Storing BLOBs ??is it a faq?sinisa20 Jun
      • Re: Storing BLOBs ??is it a faq?Steve Ruby20 Jun
    • Re: Storing BLOBs ??is it a faq?Mark Lo20 Jun
      • Re: Storing BLOBs ??is it a faq?Masood Nasir20 Jun
      • Re: Storing BLOBs ??is it a faq?sinisa21 Jun
    • Re: Storing BLOBs ??is it a faq?Mark Lo21 Jun
      • Re: Storing BLOBs ??is it a faq?sinisa21 Jun
        • Re: Storing BLOBs ??is it a faq?Thimble Smith21 Jun
RE: Storing BLOBs ??is it a faq?Dennis Gearon20 Jun