Subject RE: [IBO] Firebird performance / IBO
Author Jason Wharton
> >> b) Insert regardless and trap the exception triggered by a pk
> >> violation
> >>
> >
> > You can do this in a stored procedure.
> >
> >
> What about just from code, In Delphi using a try.. except ?

Well, as long as you are only going to do nothing and ignore it then it's
probably all the same.

The rule of thumb is to minimize the trips and the bulk on the wire.

Jason