Re: howto store files in mysql

2003-06-14 Thread Becoming Digital
7 Subject: howto store files in mysql I need to store a file as mysql record. I assume I use the text variable but have no idea how to read the file into the mysql record. Please note I am not reading a file to a table - so not the LOAD DATA INFILE function but a means of storeing the contents

howto store files in mysql

2003-06-14 Thread Joe Baptista
I need to store a file as mysql record. I assume I use the text variable but have no idea how to read the file into the mysql record. Please note I am not reading a file to a table - so not the LOAD DATA INFILE function but a means of storeing the contents of a file as a record. anyone know how