Joshua: it appears to be a bug in MSSQL Server I've had the same problem
with text fields larger than 20 pages, I don't know how much this will help
you, but I migrated my entire database to MySQL and now it works fine it can
read text fields as large as 120 pages no problem, also I noticed that MSSQL
tends to truncate the text fields so that not all of the text you entered
gets inserted into your table.
Try migrating to MySQL I'll bet that it will make your DB and App work fine.
Iván.
-----Original Message-----
From: Joshua Butcher [mailto:[EMAIL PROTECTED]]
Sent: Jueves, 05 de Julio de 2001 09:37 a.m.
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP - MSSQL - IIS Size Question
I am preparing a report for a database at my company that will be shown on
the web. It has several nested tables and such in it. One of the fields to
show is a blob field.
If the blob field is too long, IIS will hang, and not be able to render the
table. If the blob field is less than 2K it is fine. Sometimes it is
bigger.
If I remove the blob field from showing it always works fine, on every
record. If I put the blob field in, it will hang on certain records but not
all.
How can I increase IIS's or PHP's buffer size so that it will render the
entire page correctly everytime?
Joshua
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]