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
On 20-Mar-01 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?
>
localhost.dread$ grep LOAD_ $MANUAL
`LOAD_FILE(file_name)'
SET blob_column=LOAD_FILE("/tmp/picture")
*
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?
Thanks for the help
Mike