Previous Topic

Next Topic

copyapp Command—Copy an Application to Another Database

The copyapp commands copy an application, created with Applications-By-Forms or Vision, from one database to another.

The copyapp out command copies information about the application and its objects to an intermediate text file. The copyapp in command transfers the information from the text file into a database. For more information on these commands, see the Forms-based Application Development Tools User Guide.

The copyapp out command has the following format:

copyapp out dbname |vnode::dbname[/server_class] applname [-ddirname]
[-tintfilename] [-lfilename] [-uusername]

The copyapp in command has the following format:

copyapp in newdbname |vnode::dbname[/server_class] [-nnewapplname] [-ddirname]
intfilename [-lfilename] [-c] [-p] [-q] [-r] [-s[dirname]|-a[dirname]]
[-uusername]

Previous Topic

Next Topic

copyapp Example

The following commands copy the Vision new_emp application from the employee database to the employee2 database, use the default intermediate text file, and use the current working directory as the source directory for the new application:

copyapp out employee new_emp

copyapp in –a employee2 iicopyapp.tmp


© 2007 Ingres Corporation. All rights reserved.