Re: question about mysql_real_escape_string()

2002-12-05 Thread Georg Richter
On Wednesday 04 December 2002 22:35, Stefan Hinz, iConnect \(Berlin\) wrote: Hello Stefan, > > The communication buffer (between client and server) is set to 1 MByte by > default. You can change this either by starting the server with a different > option or by setting the appropriate variable in t

Re: question about mysql_real_escape_string()

2002-12-04 Thread Stefan Hinz, iConnect \(Berlin\)
PROTECTED]> Sent: Wednesday, December 04, 2002 4:29 PM Subject: question about mysql_real_escape_string() > hi > > does this function handle a binary string of any length or is there some > sort of max limit. > > when i load a binary file (filesize 49Kb) into a blob field, the

Re: question about mysql_real_escape_string()

2002-12-04 Thread Keith C. Ivey
On 4 Dec 2002, at 17:29, Tom Roos wrote: > when i load a binary file (filesize 49Kb) into a blob field, the function is > ok but when the filesize is 1.8Mb, the function fails and my programs > aborts. There are two limits you should be concerned about. First a BLOB field has a maximum size o

question about mysql_real_escape_string()

2002-12-04 Thread Tom Roos
hi does this function handle a binary string of any length or is there some sort of max limit. when i load a binary file (filesize 49Kb) into a blob field, the function is ok but when the filesize is 1.8Mb, the function fails and my programs aborts. using the debugger, the program aborts when

Re: question about mysql_real_escape_string()

2002-12-04 Thread Georg Richter
On Wednesday 04 December 2002 16:29, Tom Roos wrote: > hi > > does this function handle a binary string of any length or is there some > sort of max limit. > > when i load a binary file (filesize 49Kb) into a blob field, the function > is ok but when the filesize is 1.8Mb, the function fails and my

Re: question about mysql_real_escape_string()

2002-12-04 Thread Paul DuBois
At 17:29 +0200 12/4/02, Tom Roos wrote: hi does this function handle a binary string of any length or is there some sort of max limit. when i load a binary file (filesize 49Kb) into a blob field, the function is ok but when the filesize is 1.8Mb, the function fails and my programs aborts. usi