Re: binary content in mysql

2001-07-16 Thread Matthias Richter
Jonathan Daugherty wrote on Mon Jul 16, 2001 at 12:09:14AM: > > Is it possible to store binary data (say images or .doc files) in a > mysql database? If so, how? Binary Data can be stored in Binary Table Fields: CHAR BINARY, VARCHAR BINARY, TINYBLOB, BLOB, MEDIUMBLOB, LONGBLOB. You should think

Re: binary content in mysql

2001-07-16 Thread Rod Beahan
Look for a blob data type. this goes back a while though so It may have changed Rod Beahan Jonathan Daugherty wrote: > Is it possible to store binary data (say images or .doc files) in a mysql > database? If so, how? > > -- > > Jonathan Daugherty > Dept. of Computer Science / UCNS Workstation