Re: Forms : Basic questions

From: Ton Schalke <tschalke_at_worldonline.nl>
Date: Fri, 05 Jan 2001 19:06:13 +0100
Message-ID: <3A560D15.CC0BF137_at_worldonline.nl>


"Jérôme PERRET" wrote:
>
> Hi,
>
> I've got a basic questions concerning Forms :
>
> I want to execute an INSERT command on a table whose name is in a parameter.
> How can I ?
> I think a procedure that receive in parameter a CHAR value containing the
> SQL command (INSERT into ...) and execute that command will do the job.
> ex : THE_FAMOUS_PROCEDURE('INSERT into '||:PARAMETER.MY_PARAMETER||'
> values('Hello');');
> Does this procedure exist ?
>
> Jérôme

You can use the forms-procedure FORMS_DDL. Received on Fri Jan 05 2001 - 19:06:13 CET

Original text of this message