Subject connection was lost
Author Humberto Reis
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...