Antwort: jpegs in a database

2001-03-21 Thread alexander . skwar
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

RE: jpegs in a database

2001-03-21 Thread Don Read
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") *

jpegs in a database

2001-03-21 Thread Mike Baerwolf
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