On 21.03.2001 00:01:16 Mike Baerwolf wrote:

> Hello,
>
> Still trying to get jpegs into my database.  I have a blob column setup, How
do
> I get the jpeg into the blob column?

Read the file into a variable and insert it.  Make sure to either escape NULLs
or to make the data "safe" in other ways (e.g. base64 encode 'em)



---------------------------------------------------------------------
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