Subject | connection was lost |
---|---|
Author | Humberto Reis |
Post date | 2003-03-10T20:46:11Z |
Hi,
I am using Firebird, version 1.0.2.986, SO W2k and IBExpert/IbAdmin.
When executing a command SQL to insert many records (above 10000) the
connection was lost. Below the command:
Insert Clientes(Campo1, campo2, campo3)
values xCampo1, xCampo2, xCampo3
from XClientes
this same command, with the limitation of the number of records,
executes with success.
How to solve the problem?
Thank you...
I am using Firebird, version 1.0.2.986, SO W2k and IBExpert/IbAdmin.
When executing a command SQL to insert many records (above 10000) the
connection was lost. Below the command:
Insert Clientes(Campo1, campo2, campo3)
values xCampo1, xCampo2, xCampo3
from XClientes
this same command, with the limitation of the number of records,
executes with success.
How to solve the problem?
Thank you...