Re: is it possible to store images in mysql db?

2001-02-18 Thread Jon Roig
Reply-To: [EMAIL PROTECTED] Date: Sat, 17 Feb 2001 11:43:20 + To: mysql list [EMAIL PROTECTED] Subject: is it possible to store images in mysql db? I want to store different file formats in a database like images (*.jpg) or audio files (*.mp3). Is it possible to do so in mysql

is it possible to store images in mysql db?

2001-02-17 Thread Nikhilesh Haval
I want to store different file formats in a database like images (*.jpg) or audio files (*.mp3). Is it possible to do so in mysql? -Nikhilesh - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Re: is it possible to store images in mysql db?

2001-02-17 Thread clay bond
On Sat, 17 Feb 2001, Nikhilesh Haval wrote: I want to store different file formats in a database like images (*.jpg) or audio files (*.mp3). Is it possible to do so in mysql? Yeah, that's what BLOB is for--but why would you want to do that? Why not just store the path in the table, and

Re: is it possible to store images in mysql db?

2001-02-17 Thread Gerald R. Jensen
. If we store them as BLOBs in the database, we know exactly where they are. G. Jensen - Original Message - From: "clay bond" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 17, 2001 8:16 AM Subject: Re: is it possible to store images in mysql db? On Sat, 1

Re: is it possible to store images in mysql db?

2001-02-17 Thread Rus
5:52 PM Subject: Re: is it possible to store images in mysql db? Actually ... there are often some good reasons one might want to store pictures in BLOBs. For example, our integrated application gives the administrators at our various customer sites the ability to associate a series of icons