Subject RE: [IBO] Re: Creating a Stored Procedure at runtime
Author Gerhardus Geldenhuis
Hi
I dont want it on the datamodule or any place for that matter.
I must be created from nothing when I choose to do so. I/my program
must be totally responsible for the creation and freeing of the
component not the datamodule or the form.
I managed quite well to do this with the ibostoredproc but
the native ib_storeproc does not seem to to it so easily.

I am installing the new release and will see if that helps.

Groete
Gerhardus

>
> --- In IBObjects@y..., "Gerhardus Geldenhuis" <flooder@g...> wrote:
> > Could you send me a code snippet please.
> Yes: sp.ParamNames.Add('Par1'); <g>
>
> But you said, it works, when you put the component on the
> datamodule. So just put it on the datamodule and change the
> properties only at runtime. See Jason's reply, too.
>
> Regards
> Richard
>
>