Hi,
> How can I insert an image file into a blob field? I search the MySQL
> Documents but nothing came up specificaly on inserting images from files.
INSERT INTO sig
VALUES (
1,
'Paul',
'Davolio',
LOAD_FILE('d:/signatures/paul.txt')
);
Rgds,
Tfr
--==< [EMAIL PROTECTED] >==< MySQL development team >==< Tallinn / Estonia >==--
---------------------------------------------------------------------
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