DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: running DDL through forms

  1. #1
    Join Date
    Feb 2006
    Posts
    86

    running DDL through forms

    is there any way to create any table through Forms when forms are run and then dropping the same table everytime user click cancel button (when-button-pressed trigger).

  2. #2
    Join Date
    Jan 2006
    Posts
    5
    Hi,

    You can user FORMS_DDL built-in to execute any DDL script like:

    FORMS_DDL('create table xyx (a number(5))');
    &
    FORMS_DDL('drop table xyx');

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width