RE: Blob to JPEG

2003-08-27 Thread Scott Taylor
At 02:41 PM 08/27/2003, Dan Muey wrote: > > > use CGI qw(header); > > use DBI; > > my $dbh = ... > > print header('image/jpeg'); > > my($jpegguts) = $dbh->selectrow_array('SELECT jpegguts FROM > > myimg > > WHERE id = 35'); > > print $jpegguts; > >

RE: Blob to JPEG

2003-08-27 Thread Dan Muey
> > > On Wednesday, August 27, 2003, at 12:50 PM, Scott Taylor wrote: > > > > > > > Hello all, > > > > > > Howdy. > > > > > > > I have a database with JPEGs stored in a blob field and > I want to > > > > display them on an HTML web page with out creating a new > > > file.jpg for > > > > each co

RE: Blob to JPEG

2003-08-27 Thread wiggins
On Wed, 27 Aug 2003 14:30:41 -0700, Scott Taylor <[EMAIL PROTECTED]> wrote: > At 11:52 AM 08/27/2003, Dan Muey wrote: > > > > On Wednesday, August 27, 2003, at 12:50 PM, Scott Taylor wrote: > > > > > > > Hello all, > > > > > > Howdy. > > > > > >

RE: Blob to JPEG

2003-08-27 Thread Scott Taylor
At 11:52 AM 08/27/2003, Dan Muey wrote: > On Wednesday, August 27, 2003, at 12:50 PM, Scott Taylor wrote: > > > Hello all, > > Howdy. > > > I have a database with JPEGs stored in a blob field and I want to > > display them on an HTML web page with out creating a new > file.jpg for > > each connec

RE: Blob to JPEG

2003-08-27 Thread Dan Muey
> On Wednesday, August 27, 2003, at 12:50 PM, Scott Taylor wrote: > > > Hello all, > > Howdy. > > > I have a database with JPEGs stored in a blob field and I want to > > display them on an HTML web page with out creating a new > file.jpg for > > each connection. > > > > I'm currently hunting

Re: Blob to JPEG

2003-08-27 Thread James Edward Gray II
On Wednesday, August 27, 2003, at 12:50 PM, Scott Taylor wrote: Hello all, Howdy. I have a database with JPEGs stored in a blob field and I want to display them on an HTML web page with out creating a new file.jpg for each connection. I'm currently hunting on Google, but I have no idea where

Re: Blob to JPEG

2003-08-27 Thread zsdc
Scott Taylor wrote: I have a database with JPEGs stored in a blob field and I want to display them on an HTML web page with out creating a new file.jpg for each connection. I'm currently hunting on Google, but I have no idea where to start. I use Apache 1.3.27, Perl 5.6.1 with DBI->DBD::Inter

Blob to JPEG

2003-08-27 Thread Scott Taylor
Hello all, I have a database with JPEGs stored in a blob field and I want to display them on an HTML web page with out creating a new file.jpg for each connection. I'm currently hunting on Google, but I have no idea where to start. I use Apache 1.3.27, Perl 5.6.1 with DBI->DBD::Interbase on L