Subject Re: [firebird-support] Re: Anyone help me with a Delphi 7 & Firebird question?
Author Dmitry Sibiryakov
On 2 Sep 2005 at 4:33, vladman992000 wrote:

>What I'm having trouble with is the Delphi code to call the procedure
>and handle the returned value. Any ideas there?

If your procedure contain SUSPEND, you have to call it with SELECT,
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.