Subject Fast Inserting into GDB
Author robertgilland
Would this be a safe way of accelerated input into a TABLE.

TRY
INSERT INTO TABLE
EXCEPT
UPDATE TABLE
END;



Would this cause Firebird Server to get upset by having to
generate exceptions all the time.

Regards,

Robert