This configuration variable contains the name of the data source configuration file to read from and write to. The default path is to Data Source Preferences (Macintosh) or dsConfig.ini (Windows and UNIX) in the configuration directory. see A Note on Default Locations.
The data source configuration file is structured as follows:
[Data Sources]
myFirstDS=comment on first ds
mySecondDS=comment on second ds
[myFirstDS]
TYPE=ODBC
MAXCONNECTIONS=0
SINGLETHREADED=1
[mySecondDS]
TYPE=Oracle
MAXCONNECTIONS=5
SINGLETHREADED=0
For more information on the parameters that are set in this file, see DSConfig.
Stanza names must be unique in this file. Stanza names are one of the following: the name of the ODBC or Pervasive.SQL data source, the Oracle alias or connect string, or the DAM host name.
When Tango Server starts up, if DSConfigFile contains a valid path to an existing file, the contents of the file are used to set up the DSConfig variable.