Difference between revisions of "DB PROCDIR"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
(No difference)
|
Revision as of 16:05, 12 March 2009
DB_PROCDIR
Class
Environment Variables / Symbols
Purpose
Used to define a default procedures and programs directory for the dbexec utility
See Also
Description
The DB_PROCDIR environment variable / symbol is used to define a default procedures and programs directory for the dbexec utility. The dbexec utility is used to run program files via the Recital Database and Recital Mirage Servers without connecting from a client. If DB_PROCDIR is set to a directory, this directory will be added to the search path and is equivalent to using the SET PATH command.
Example
# DB_PROCDIR="/usr/recital/UAS/netprocs"; export DB_PROCDIR # dbexec myapp
Products
Recital Database Server, Recital Mirage Server