16. Managing and Deploying Applications : How You Can Import and Export Applications and Components : Import an Application : Examples: ImportApp Utility
 
Share this page                  
Examples: ImportApp Utility
The following example imports an application, “myapp,” from the export file “myapp.bck.” This command also forces the application components to be compiled before being loaded into the database:
w4gldev backupapp in mydatabase myapp myapp.bck -f
The following example replaces the “myapp” application in mydatabase with the application contained in the file “myapp.bck”:
w4gldev backupapp in mydatabase myapp myapp.bck -nreplace
The following example imports the “myapp” application in “mydatabase” with the application contained in the file “myappxml.xml”:
w4gldev backupapp in mydatabase myapp myappxml.xml -xml