Subject Re: Anyone help me with a Delphi 7 & Firebird question?
Author vladman992000
--- In firebird-support@yahoogroups.com, "Adam" <s3057043@y...> wrote:

> The structure of the procedure will be something like this
[snip]
> Hope that helps

Well I'm ok with the stored procedure. That's all done and working
fine. I wrote it to support a SELECT style call, and so it does a
suspend, etc. but also it only ever will return a single value back
(the new ID number generated for the record).

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

Myles