Forms [message #499464] |
Tue, 15 March 2011 00:07 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/6b55d8588e485701bbc36bb0f3f1a376?s=64&d=mm&r=g) |
Paules
Messages: 128 Registered: March 2011 Location: United Arab Emirates
|
Senior Member |
|
|
I have a small application with 5 forms and a small database. Is it possible to convert it into an exe file?
|
|
|
|
|
|
|
Re: Forms [message #602320 is a reply to message #499464] |
Tue, 03 December 2013 03:39 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
shahzad-ul-hasan
Messages: 643 Registered: August 2002
|
Senior Member |
|
|
Put all fmx file into forms folder, and rep into reports folder. and made batch file which includes the following code:
sqlplus system/oracle @dropuser.sql
sqlplus system/oracle @createuser.sql
imp s/abc file=d:\s\backup\s29-OCT-13.dmp log=e:\implog.log fromuser=s touser=s
install forms/reports and datbase then run this file...
[Updated on: Tue, 03 December 2013 03:39] Report message to a moderator
|
|
|
Re: Forms [message #602333 is a reply to message #602320] |
Tue, 03 December 2013 04:24 ![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 |
|
|
shahzad-ul-hasan, this is completely irrelevant to the question.
|
|
|