Subject | Fast Inserting into GDB |
---|---|
Author | robertgilland |
Post date | 2005-04-28T06:50:23Z |
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
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