Re: [PHP] corrupt pdfs

2006-05-31 Thread tedd
At 6:26 PM -0500 5/31/06, Richard Lynch wrote: >On Wed, May 31, 2006 3:56 am, Ross wrote: >> I have pdfs saved as BLOBs > >We've been through this a zillion time, so search the archives for the >pros and cons. > >> Is there a file size limit in kb for Blobs and what is it? > >I believe it depends o

Re: [PHP] corrupt pdfs

2006-05-31 Thread Richard Lynch
On Wed, May 31, 2006 3:56 am, Ross wrote: > I have pdfs saved as BLOBs We've been through this a zillion time, so search the archives for the pros and cons. > Is there a file size limit in kb for Blobs and what is it? I believe it depends on compile-time settings, but this is really a MySQL ques

Re: [PHP] corrupt pdfs

2006-05-31 Thread John Nichel
Ross wrote: I have pdfs saved as BLOBs I create the links dynamically but only some of the PDFs display an error message 'error opening this files...this file cannot be repaired..." Is there a file size limit in kb for Blobs and what is it? What size of file can a LONG BLOB accomodate? If it

Re: [PHP] corrupt pdfs

2006-05-31 Thread André Medeiros
A quick google search tells you that LONGBLOB can contain string with a maximum length of 4294967295 characters, which translates into 4gb+/- Maybe a MEDIUMBLOB (16777215 characters) would already do the trick, no? It supports as much as 16mb +/- On 5/31/06, Chris <[EMAIL PROTECTED]> wrote:

Re: [PHP] corrupt pdfs

2006-05-31 Thread Chris
Ross wrote: I have pdfs saved as BLOBs I create the links dynamically but only some of the PDFs display an error message 'error opening this files...this file cannot be repaired..." Is there a file size limit in kb for Blobs and what is it? What size of file can a LONG BLOB accomodate? Who

[PHP] corrupt pdfs

2006-05-31 Thread Ross
I have pdfs saved as BLOBs I create the links dynamically but only some of the PDFs display an error message 'error opening this files...this file cannot be repaired..." Is there a file size limit in kb for Blobs and what is it? What size of file can a LONG BLOB accomodate? If it is not this a