Subject | Re: [IBO] Using tibStoredProc |
---|---|
Author | Helen Borrie |
Post date | 2004-04-15T00:59:25Z |
At 12:39 AM 15/04/2004 +0000, you wrote:
Fields[] = ouput parameters
So, after execution, read Fields[0].AsWhatever
Helen
>I am brand new at ibobject and firebird but long time programmer. IParams[] = input parameters
>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 to
>use params.parmvalues property to acces it with no luck is there
>another way to do this?
Fields[] = ouput parameters
So, after execution, read Fields[0].AsWhatever
Helen