General Usage Notes
The SQL Admin executable is called dba.exe and is located in the QAD program directory.
The switches /A and /B indicate either interactive or batch mode. Only one or the other should be used.
The option /S denotes a command to run. The option /C denotes a script from which to read the command(s) to run. Only one or the other should be used.
Where a switch has a parameter, that parameter can optionally be enclosed in quotes. Some parameters must be enclosed in quotes. For example a pipe delimiter must be entered as /D “|” to prevent the command line interpreter from processing the pipe. Also if you wish to have a space as a delimiter or replacement value it must be in quotes. e.g. /R “ “.