Subject | Re: [ib-support] UDF argument can't be query-parameter |
---|---|
Author | Jeges Endre |
Post date | 2002-07-02T13:26:16Z |
Hello again!
On Tue, 2 Jul 2002, ibrahim Bulut wrote:
> you can't use argument with udf
> i do it with thi stype
>
> Query1.close;
> Query1.sql.text:='SELECT MYUDF "' + edit1.text + '" from rdb$database';
> Query1.open
Thanks for the answer!
Yeah probably that would do the trick. Finally I did that to make my
sql work, but is there a more elegant solution where I can keep the
parameters? Sorry, I beleive in that :).
Regards,
jeges