Subject | RE: [IBO] Firebird performance / IBO |
---|---|
Author | Jason Wharton |
Post date | 2006-11-07T05:04:16Z |
> >> b) Insert regardless and trap the exception triggered by a pkWell, as long as you are only going to do nothing and ignore it then it's
> >> violation
> >>
> >
> > You can do this in a stored procedure.
> >
> >
> What about just from code, In Delphi using a try.. except ?
probably all the same.
The rule of thumb is to minimize the trips and the bulk on the wire.
Jason