if I wanted to read a very large object into a blob field, is there a way i 
could do it in 1MB chunks. using and UPDATE statement "field = field+'$data'".

and just use fread to read 1MB at a time into $data.

--
Mike Brancato

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

Reply via email to