On Thursday 15 August 2002 23:50, David Buerer wrote:
> Because to my knowledge the limitation of a TEXT field is 64K. I need to
> store entire documents in the database which far exceed the 64K limitation.
> Given that criteria, the only option is to use blob fields which have an
> upper limit of roughly 4GB.

TEXT fields in MySQL can store the same amount as their BLOB counterparts.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Rule of Defactualization:
        Information deteriorates upward through bureaucracies.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to