Subject | Re: Stored Procedure double-fire |
---|---|
Author | Alexander V.Nevsky |
Post date | 2004-01-26T11:50:07Z |
--- In firebird-support@yahoogroups.com, Gianni Rossi <gianniro@t...>
wrote:
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.
wrote:
> Alexander,If you mean interactive tool - any IBO- or FIBPlus- based tool. I
>
> What tool would you recomend to avoid this?
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.