how to exec file from forms dev........ [message #136274] |
Wed, 07 September 2005 05:03 |
omidsm
Messages: 6 Registered: September 2005 Location: iran
|
Junior Member |
|
|
hello
how to run sql commands in a file from forms developer in same session
because my tables is temporary tables
example of file
-------------------------------
insert into MISOWNER.EITMS (EITM_ITM, GUOM_GUOM_UOM, EITM_PRT_NUM)
values (321, 'ADD', '20393424');
insert into MISOWNER.EITMS (EITM_ITM, GUOM_GUOM_UOM, EITM_PRT_NUM)
values (323, 'ADD', '20393796');
insert into MISOWNER.EITMS (EITM_ITM, GUOM_GUOM_UOM, EITM_PRT_NUM)
values (324, 'ADD', '20393797');
|
|
|
|
|
|
|
|
|
Re: how to exec file from forms dev........ [message #136876 is a reply to message #136862] |
Mon, 12 September 2005 01:02 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
More information please.
What version of Forms are you running? Client/server or 3-tier? Developer Server or Application Server?
Please detail in your post the code on which you are currently working.
Please give an example of text that you are reading.
We need ALL of this information to give you an answer.
David
|
|
|