sequence in form [message #574587] |
Sun, 13 January 2013 14:57 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
hany_marawan
Messages: 198 Registered: April 2005 Location: Cairo - Egypt
|
Senior Member |
|
|
Hi,
I know how to create sequence in the datavase.
But I want to create this sequence from the form by giving the name of the sequence from a filed in the form.
what's the code to do this.
|
|
|
Re: sequence in form [message #574588 is a reply to message #574587] |
Sun, 13 January 2013 15:37 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
You'll need to use dynamic SQL. Research use of FORMS_DDL built-in.
However: why would you want to create a sequence using a form? The fact that you CAN do that doesn't mean that you SHOULD do that.
|
|
|