.INI file | Section | .INI Setting | Valid values | Default | Description | See also |
BookEZ.INI | [Data] | ODBC_DSN | Name of any valid SQL Server database | “” (empty string) | ODBC Data Source Name for live database. Data path form: If there is a database specified in the .INI file, it is added to the ODBC DSN in the display (i.e., ODBC_DSN=SiriusServer Database=SiriusSQL_Training would yield SiriusServer - SiriusSQL_Training). | |
BookEZ.INI | [Data] | Database | Name of any valid SQL Server database | Same name as the ODBC_DSN name. | Name of the SQL Server database. If it is not passed, defaults to the same name as the ODBC_DSN name. | ODBC_DSN |
BookEZ.INI | [Data] | Training_ODBC_DSN | Name of any valid SQL Server database | “” (empty string) | ODBC Data Source Name for training database. Training data path form. | |
BookEZ.INI | [Data] | Training_Database | Name of any valid SQL Server database | Same name as the Training_ODBC_DSN name. | This is the name of the SQL Server training database. If it is not passed, defaults to the same name as the Training_ODBC_DSN name. | Training_ODBC_DSN |
BookEZ.INI | [Data] | NeverClose | TRUE/ FALSE, YES/NO, ON/OFF, 1/0 | YES | Prevents the closure of non-essential tables after every call. Setting this to Yes gives a bit better performance. | |
BookEZ.INI | [Prefs] | VerbosityLevel | Integer from 0 - 5 | 0 | Level of logging application’s activities to the BookEZ_log.txt file. Levels are from 0 to 5 (0=no logging, 5=full logging). Currently, all calls using MySQLexec() and TUpdate() are logged. | |
BookEZ.INI | [Prefs] | SQLEXECThreshold | Positive integer representing seconds | 2 | This allows you to set the number of seconds to wait for a query to complete before it logs the call to the BookEZ_LongCallsAndErrors_log.txt file. This log file contains every MySQLexec() call that takes longer than the specified number of seconds and every MySQLexec() call that returns a server side error message. |