Re: Dynamic Sql in Forms 4.5

From: Srinivasa Kunamneni <eleeb02_at_menudo.uh.edu>
Date: 1996/06/22
Message-ID: <4qhuct$508_at_masala.cc.uh.edu>#1/1


arthurk_at_ibm.net wrote:
: I need to present the same data from several tables onto a Forms 4.5 (Win 3.11)
: form. I'd like to write a dynamic SQL statement to manipulate the table name,
: but to date I've been unsuccessful. I tried using the 'dbms_sql' package calls,
: but the PL/SQL compiler complains the package is unknown.
 

: I can't find a reference to dynamic SQL in the documentation, so I'm starting to
: wonder whether this can be done at all.
 

: Thanks in advance!
 

: Kurt Arthur
: Cooperative Technical Services
: arthurk_at_ibm.net

Try:

        forms_ddl(' ....');

Check for help in forms 4.5 help menu.

I hope it will be help full...

Srini Kunamneni Received on Sat Jun 22 1996 - 00:00:00 CEST

Original text of this message