Subject | Re: [firebird-support] Re: Anyone help me with a Delphi 7 & Firebird question? |
---|---|
Author | Dmitry Sibiryakov |
Post date | 2005-09-02T05:58:39Z |
On 2 Sep 2005 at 4:33, vladman992000 wrote:
using appropriate FIB+ component.
Otherwise you have to call it with EXECUTE PROCEDURE and, again,
use appropriate component.
If I'm not mistaken TpFIBQuery is suitable for both usages.
--
SY, Dimitry Sibiryakov.
>What I'm having trouble with is the Delphi code to call the procedureIf your procedure contain SUSPEND, you have to call it with SELECT,
>and handle the returned value. Any ideas there?
using appropriate FIB+ component.
Otherwise you have to call it with EXECUTE PROCEDURE and, again,
use appropriate component.
If I'm not mistaken TpFIBQuery is suitable for both usages.
--
SY, Dimitry Sibiryakov.