Re: File types allowed to store in MySQL

2001-04-11 Thread alexander . skwar
On 11.04.2001 10:41:05 Jamaludin Azilawati-F1159Z wrote: > .doc and .bmp files can be stored but when retrieved , files get corrupted . > Any idea how I can solve this? Uhm, did you escape embedded NULLs in the file? Did you byte compare the files you've stored and retrieved to see if they REA

File types allowed to store in MySQL

2001-04-11 Thread Jamaludin Azilawati-F1159Z
Hi , I am trying to store my files in MySQL. Data type will be blobs. Up till now, I have only succeeded with files of types .jpg, .gif, .txt and .html. .doc and .bmp files can be stored but when retrieved , files get corrupted . Any idea how I can solve this? Also, what are the types of files t