what is the limit for max_packet_size?

2002-01-14 Thread Jenny
Hai, All, Finally i able to retrive image from MYSQL database via VB6.0. However, i can only retrieve image where the size is greate than 17kb and less then 32KB. I have try to increate my max_packet_size to 128KB, but i still retrive null value. Another thing i feel queries is, you

Re: what is the limit for max_packet_size?

2002-01-14 Thread Carsten Gehling
max_packet_size to 128KB, but i still retrive null value. Another thing i feel queries is, you the small file size also can't??? Is somebody know face this problem b4? AFAIK there's no limit on MAX_PACKET_SIZE. What kind of field type do you use? The BLOB field can only contain 2^16 - 1 bytes. Maybe you

Re: what is the limit for max_packet_size?

2002-01-14 Thread Jenny
the small file size also can't. Thanks - Original Message - From: Carsten Gehling [EMAIL PROTECTED] To: Jenny [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 1:23 PM Subject: Re: what is the limit for max_packet_size? - Original Message - From: Jenny