Re: BLOB FILES ERRORS

2005-08-12 Thread jose nuno neto
/mysql/en/select.html ::: ::: jose nuno neto [EMAIL PROTECTED] wrote: ::: Hi, ::: ::: I'm trying to use MySQL Blob columns to store files ::: (docs,gifs,pdf.) but I'm getting corrupted files from the DB. ::: ::: the applications runs php, loading file content with addslashes but in ::: order

BLOB FILES ERRORS

2005-08-11 Thread jose nuno neto
Hi, I'm trying to use MySQL Blob columns to store files (docs,gifs,pdf.) but I'm getting corrupted files from the DB. the applications runs php, loading file content with addslashes but in order to spot the error i've tried it with mysql only like this: column file is a MEDIUMBLOB INSERT