Error when inserting
I'm trying to insert 2760 users on a table through a script, but I get
this error:
query buffer max length of 16384 exceeded
And after a few of these I get: "Segmentation Fault - core dumped".
What does this error mean (the first one)? And what can I do to avoid
it?
Thank you,
Esteban
------------------------------------------------------------
Esteban Chiner Sanz mailto (work): echiner@tissat.es
TISSAT mailto (home): echiner@abonados.cplus.es
Av. Aragon, 30, 5� planta Phone: 96 393 9950
Valencia (SPAIN)
Esteban
All that is needed is a ';' at the end of every insert statment.
This will process the statment and not fill the buffer.
Darrin Crook crook@nexus.as.utexas.edu
McDonald Observatory wk: 915-426-4167
The University of Texas at Austin hm: 915-426-3652
On Fri, 30 Jul 1999, Esteban Chiner Sanz wrote:
Show quoted text
I'm trying to insert 2760 users on a table through a script, but I get
this error:query buffer max length of 16384 exceeded
And after a few of these I get: "Segmentation Fault - core dumped".
What does this error mean (the first one)? And what can I do to avoid
it?
Thank you,Esteban
------------------------------------------------------------
Esteban Chiner Sanz mailto (work): echiner@tissat.es
TISSAT mailto (home): echiner@abonados.cplus.es
Av. Aragon, 30, 5��� planta Phone: 96 393 9950
Valencia (SPAIN)