At 0:35 + 2/5/02, David Ayliffe wrote:
>Hello,
>
>Thanks for your time. I'm having some problems loading images into a
>table. I'm using the statement:
>
>INSERT INTO BLOBTEST set b1=load_file<'c:\1.jpg');
You'll probably need to double the '\' character. Or perhaps use
a '/' instead. (Th
Hello,
Thanks for your time. I'm having some problems loading images into a
table. I'm using the statement:
INSERT INTO BLOBTEST set b1=load_file<'c:\1.jpg');
The table (blobtest) is made up of 2 columns : id1 (auto counter) and b1
(BLOB)
When I try and run this statement (above) I get a rec