Re: non-text data

2006-08-14 Thread Chris
All right, so how would one set up a select where rows 1 and 2 are text and row 3 is a blob and for argument sake assume jpg for the moment. You want to select a row based on the content (image) of the jpg? Not possible unless you pass the whole blob into mysql so it can retrieve the rec

Re: non-text data

2006-08-14 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
On Mon, Aug 14, 2006 at 02:29:41PM +1000, Chris wrote: > Dave Shariff Yadallee - System Administrator a.k.a. The Root of the > Problem wrote: > >On Mon, Aug 14, 2006 at 10:42:50AM +1000, Chris wrote: > >>Dave Shariff Yadallee - System Administrator a.k.a. The Root of the > >>Problem wrote: > >>>I

Re: non-text data

2006-08-13 Thread Chris
Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem wrote: On Mon, Aug 14, 2006 at 10:42:50AM +1000, Chris wrote: Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem wrote: I use SELECT all from * ... and one row is a gif. How do I get that gif t

Re: non-text data

2006-08-13 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
On Mon, Aug 14, 2006 at 10:42:50AM +1000, Chris wrote: > Dave Shariff Yadallee - System Administrator a.k.a. The Root of the > Problem wrote: > >I use SELECT all from * ... and one row is a gif. > > > >How do I get that gif to appear as a gif and not text? > > In your connecting programming langu

Re: non-text data

2006-08-13 Thread Chris
Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem wrote: I use SELECT all from * ... and one row is a gif. How do I get that gif to appear as a gif and not text? In your connecting programming language. Mysql doesn't know or care whether it's a gif, pdf, word doc or

non-text data

2006-08-12 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
I use SELECT all from * ... and one row is a gif. How do I get that gif to appear as a gif and not text? -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysq