Subject | Re: [ib-support] connection was lost |
---|---|
Author | Helen Borrie |
Post date | 2003-03-11T13:56:57Z |
At 08:46 PM 10/03/2003 +0000, you wrote:
select xCampo1, xCamp02, xCampo3
from XClientes ;
heLen
>Hi,Insert into Clientes (Campo1, campo2, campo3)
>
>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
select xCampo1, xCamp02, xCampo3
from XClientes ;
>I would be extremely surprised if it did.
>this same command, with the limitation of the number of records,
>executes with success.
heLen