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
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
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
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
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
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