On Thursday 22 August 2002 13:57, Andy wrote:

> Hi there,
>
> I am storing via PHP pictures into BLOB fields. Worked fine so far for over
> 200 images.
> Now an error has occured with a particular picture. No error msg. Just does
> not work. The wired thing is that the thumbnail does. So I guess the BLOB
> field is just to small for the image.
>
> How many kb can a blob field savin in MySQL 

Depends on what type of BLOB. Why don't you RFTM?

> and what do you suggest to do.

Probably the usual, not to store files in MySQL where possible.

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


/*
Never buy from a rich salesman.
                -- Goldenstern
*/


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

Reply via email to