no body answer me [message #85096] |
Tue, 01 June 2004 06:47 |
Ahmed
Messages: 36 Registered: November 2000
|
Member |
|
|
Hi
I've asked about this before but no body answer me explicity
My work is done for book store and I want to send it to external computer that is end-user computer (means has not oracle software) how can I make this and export my database application that includes forms and reports and database.
Not: I use database 7(personal oracle 7) and develpoer 2000 rel 2.1.
Thanks
|
|
|
Re: no body answer me [message #85100 is a reply to message #85096] |
Tue, 01 June 2004 13:14 |
shahzad
Messages: 17 Registered: February 2002
|
Junior Member |
|
|
firstly u have to install the oracle software(oracle database and devolper).Then u have to run the ur .sql file which contains the create table statements for ur tables.Then port ur .fmb to ur client and comile them and get the .fmx files and delete ur fmb files if ur donot want to give them to ur customer.
I hope u got the point
|
|
|
Re: no body answer me [message #85162 is a reply to message #85096] |
Sat, 05 June 2004 02:40 |
Robert Baron
Messages: 7 Registered: May 2002
|
Junior Member |
|
|
Your user must purchase a copy of Oracle. Personal Oracle 9i is about $400.
Install the database and the Developer runtimes.
Copy your application to the new computer.
Edit the Registry FORMS60_PATH and REPORTS60_PATH strings to point to the folder you copied your application to. Then edit the TNSNAMES.ora file to provide connectivity to the database.
|
|
|