Re: Problem in BLOB Field with zips

2002-08-13 Thread Thomas Spahni
On Tue, 13 Aug 2002, Aziz Durmaz wrote: How we can import a zip file into the blob field ? I can import zip file into mysql but when i export it. The zip files doesnt works. And its size becames smaller. Aziz, you are not extremely generous in describing what you tried to do and how you

Re: Problem in BLOB Field with zips

2002-08-13 Thread Tim Endres
What size are the ZIP files? The default BLOB field has a size limit of 64KB. If your ZIP files are larger, they are being clipped. Use MEDIUMBLOB or whatever is most appropriate for your needs. tim. How we can import a zip file into the blob field ? I can import zip file into mysql but

Re: Problem in BLOB Field with zips

2002-08-13 Thread Egor Egorov
Aziz, Tuesday, August 13, 2002, 4:17:35 PM, you wrote: AD How we can import a zip file into the blob field ? AD I can import zip file into mysql but when i export it. The zip files doesnt AD works. And its size becames smaller. AD Is there anybody can help me??? How did you insert and

RE: Problem in BLOB Field with zips

2002-08-13 Thread Aziz Durmaz
13, 2002 6:19 PM To: Aziz Durmaz; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Problem in BLOB Field with zips What size are the ZIP files? The default BLOB field has a size limit of 64KB. If your ZIP files are larger, they are being clipped. Use MEDIUMBLOB or whatever is most appropriate