Subject Re: [firebird-support] Fast Inserting into GDB
Author Ivan Prenosil
> 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.

If you want speed, do the same but inside stored procedure.

Ivan