Subject | [IBO] Re: Creating a Stored Procedure at runtime |
---|---|
Author | Richard Saeger |
Post date | 2001-12-04T09:32:46Z |
Gerhardus,
do you use TIB_StoredProc?
There IS a ParamNames property:
"ParamNames
Provides a list of input parameter names to use when the statement is
Prepared." (from IBO Help)
And I see ParamNames in object inspector and use it in my apps.
Regards
Richard
do you use TIB_StoredProc?
There IS a ParamNames property:
"ParamNames
Provides a list of input parameter names to use when the statement is
Prepared." (from IBO Help)
And I see ParamNames in object inspector and use it in my apps.
Regards
Richard
--- In IBObjects@y..., "Gerhardus Geldenhuis" <flooder@g...> wrote:
> Hi
> I tried it but there does not exist a ParamNames property.
> I could also not find anything that looked like it would
> add a parameter.
>
> Groete
> Gerhardus