Starts a USoft application, or starts a user application built with USoft.
The table below lists the command line options available for use with the usd.exe command.
Option | Purpose |
---|---|
| Starts the Authorizer. |
| Starts the Definer. Works only in combination with the -ddfile option, because the repository of USoft Developer itself is only presented in a file. |
| Runs USoft Developer on the repository specified by name. USoft Developer will search for the repository in the name.CON file, and for the name resource files. Under X-Windows, these files must all be in the XAPPLRESDIR directory. |
| Debug option. |
| Specifies which database is to be used. This parameter is mandatory for SQL Server (OLEDB) and for ODBC, and optional for Oracle, but USoft recommends you specify this parameter also for each Oracle connection. |
| Reads the repository from flat files instead of from your RDBMS. If you use this option, you must use the -app option to let USoft Developer know which files to look for. |
| Reads the repository from an ODBC-enabled RDBMS. |
| Reads the repository from the Oracle RDBMS. |
| Specifies that the repository tables are stored in a different database account than the application tables. To be used in combination with the -app option if you are NOT using the -ddfile option. You only need this option if you have repository tables and application tables in different accounts. This corresponds to the "Separate Properties for Repository and Application" option of USoft Binder. |
| Replaces all technical error messages with a standard message: "internal error (code). Contact your system administrator" |
| Executes the specified action when USoft Developer has been started. For example, to immediately start the Course table, run the following command: |
| Generates an ESI flat file from the command line. The option is followed by the file specification. For example: This option does not create a GUI and exits the process after the file has been created.. |
| Iconizes USoft Developer immediately after it has been started. Useful in combination with the -exe option (UNIX only). |
| Specifies that all messages, including error messages at startup, are sent to the Messages.log file in the working directory. |
| Runs USoft Developer under the specified name. This name will be placed in the window's title bar. In resource files, you can use it to refer to a specific application. In this way, it is possible to have resources for different applications in the same USDIx file, e.g. to see the difference between the Definer and USoft Developer running on the application tables. |
| Performs a dummy login. This is useful if you do not want to log on to the database, e.g. for test purposes. If you specify this option, make sure that the application is read from flat files. |
| Specifies that the application tables are in an ODBC enabled RDBMS. |
| Specifies the MS SQL Server database platform. |
| Specifies the Oracle database platform. |
| Specifies the database user who is the owner of the application tables at RDBMS level. You only need to use this option if this is a different database user from the user that you log on with (identified by -u or -user). |
| Specifies the RDBMS password. Use this option in combination with -u (username). You only need to use these options if you want to log in automatically. |
| Specifies that all SQL statements must be written in the specified file. If the file already exists, the SQL statements will be appended. Use with -d. |
| Executes the actions that are defined in the script file, and exits the application when the actions are finished. |
| Specifies the text displayed in the window's title bar. The difference with the -name option is that -title ONLY concerns the window's title. |
| Specifies your RDBMS username. Use this option in combination with -pw (password). You only need to use these options if you want to log in automatically. |
| Specifies a resource. |