Subject Re: Stored Procedure double-fire
Author Alexander V.Nevsky
--- In firebird-support@yahoogroups.com, Gianni Rossi <gianniro@t...>
wrote:
> Alexander,
>
> What tool would you recomend to avoid this?

If you mean interactive tool - any IBO- or FIBPlus- based tool. I
beleive all wide-known ones except IBConsole :) If you mean client
access components - IBO or FIBPlus. I'm not familiar with more modern
components (.NET etc). If you need use IBX - patch it or don't use
TIBStoredProc component, convert your SPs to selectable and execute
them via Select * From MyProc(...) using TIBQuery or TIBSQL.

Best regards,
Alexander.