Subject | Re: [IBO] Stored Proc Results |
---|---|
Author | johnnorthrup34 |
Post date | 2004-09-30T22:54:37Z |
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...> wrote:
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?
> > How do I display the results of a stored procedure in a grid?This procedure has a few select statements and three output
>
> 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
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?