Subject | Re: [IBO] Using tibStoredProc |
---|---|
Author | bmckee |
Post date | 2004-04-15T01:20:41Z |
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
define a different tib_Connection for each thread in my program that
accesses the database?
> At 12:39 AM 15/04/2004 +0000, you wrote:to
> >I am brand new at ibobject and firebird but long time programmer. I
> >am trying to use a tibStoredProc component to execute a stored
> >procedure that has 2 input and 1 output parameters. The procedure
> >executes ok but I can't retrieve the output parameter. I am trying
> >use params.parmvalues property to acces it with no luck is thereThanks!! That worked perfectly - How about another - Do I need to
> >another way to do this?
>
> Params[] = input parameters
> Fields[] = ouput parameters
>
> So, after execution, read Fields[0].AsWhatever
>
> Helen
define a different tib_Connection for each thread in my program that
accesses the database?