Re: [PHP-DB] MySQL and BLOB

2002-08-22 Thread Martin Adler

maybe RTFM is not the answer!!!
i think this will help a little more
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#Sto
rage_requirements

greet
Martin


- Original Message -
From: Jason Wong [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 22, 2002 8:17 AM
Subject: Re: [PHP-DB] MySQL and BLOB


 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





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




[PHP-DB] MySQL and BLOB

2002-08-21 Thread Andy

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 and what do you suggest to do.

Thanx,

Andy

--
--
http://www.globosapiens.net
Worldwide Travel Community






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




Re: [PHP-DB] MySQL and BLOB

2002-08-21 Thread Jason Wong

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