Subject Re: [IBO] Stored Proc Results
Author johnnorthrup34
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...> wrote:
> > How do I display the results of a stored procedure in a grid?
>
> Depends on what kind of stored procedure it is.
> If it is a procedure for selecting records from then just put a select
> statement on it and go from there.
>
> Oh, which grid do you want? That would help too.
>
> Jason Wharton

This procedure has a few select statements and three output
parameters. I wanted to use a standard Delphi datasource and DBgrid.
Is that possible?

Do I use a TIBOStoredProc? You mentioned "put a select statement on
it"? How do I accomplish that?