Re: Procedure call

From: Tom Best <tom.best_at_bentley.com>
Date: 2000/08/04
Message-ID: <8memtq$5dg$1_at_news.bentley.com>#1/1


The only way I know to do it is to write a procedure that creates a procedure based on the name you provide. I've done it... it works, but it does get harry when you have quoted string.... double ticks inside double ticks...

HTH,
Tom Best

<actiris_at_loxinfo.co.th> wrote in message news:8melvn$4vm$1_at_news1.sunrise.ch...
> How to call a procedure by a variable
> eg.
>
> my_var varchar2(100);
>
> my_var := 'my_procedure';
>
> --procedure call like this does not work of course
> my_var;
> --
> --and this is also not working
> to_label(Menu1, mlslabel);
>
> thankx
>
>
>
Received on Fri Aug 04 2000 - 00:00:00 CEST

Original text of this message