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 the binary somewhere else?

--
 /"\
 \ /    ASCII RIBBON CAMPAIGN
  X     AGAINST HTML EMAIL
 / \    AND POSTINGS


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to