Subject | Re: [IBO] parambyname |
---|---|
Author | Helmut Steinberger |
Post date | 2002-06-28T11:11:52Z |
"Am Fri, 28 Jun 2002 06:50:28 +0000 (UTC), schrieb luc@... (Lucas
Franzen)
It was just a mistake in the Posting to the List.
Hab ich beim Schreiben geschusselt;-)
RefreshOnParamChange and then I found BeginUpdate and EndUpdate.
I tried out BeginUpdate and EndUpdate, and it works great.
Danke Lukas fuer die rasche Hilfe.
Also thanks to Lester for the very fast help.
cu
Helmut
Franzen)
>> ib_query1.parambyname (':param1').asinteger := 1;You are right. I know, and I don't use it that way in my application.
>> ib_query1.parambyname (':param2').asinteger := 2;
>> ib_query1.parambyname (':param3').asinteger := 3;
>
>this should read :
>
>ib_query1.parambyname ('param1').asinteger := 1;
>
>(without the colon in front of the name. The colon is used to mark it as
>a param!)
It was just a mistake in the Posting to the List.
Hab ich beim Schreiben geschusselt;-)
>You can use the code that Lester showed or you may have a look at atYes, I followed Lesters instructions and searched the ibo help for
>Params.BeginUpdate and Params.EndUpdate.
RefreshOnParamChange and then I found BeginUpdate and EndUpdate.
I tried out BeginUpdate and EndUpdate, and it works great.
Danke Lukas fuer die rasche Hilfe.
Also thanks to Lester for the very fast help.
cu
Helmut