The database server
20
#This is the server name:
-n MyServer
#These are the protocols:
-x tcpip
#This is the database file
my.db
@environment-variable command-line option
Read in command-line switches from the supplied environment variable.
[ dbsrv7 | dbeng7 ] @
env-var
...
All operating systems and servers.
The environment variable may contain any set of command line switches.
For example, the first statement sets an environment variable that holds
command line switches for a database server that starts with a cache size of
4Mb and loads the sample database. The second statement starts the database
server:
set envvar=-c 4096 c:\asa6\asademo.db
dbsrv7 @envvar
Environment variable given priority
If you have both a file and an environment variable with the value of your
@ command-line switch, the environment variable is used.
–? command-line option
Display usage information.
[ dbsrv7 | dbeng7 ] -?
All operating systems and servers.
Display a short description of each command-line option. The database does
not carry out any other task.
–b command-line option
Use bulk operation mode.
[ dbsrv7 | dbeng7 ] -b ...
All operating systems and servers.
Function
Syntax
Applies to
Description
Function
Syntax
Applies to
Description
Function
Syntax
Applies to