4.3 Salesware .INI Settings Reference : Other .INI settings table : TallyEZ_System.INI settings table
 
TallyEZ_System.INI settings table
 
.INI file
Section
.INI Setting
Valid values
Default
Description
See also
TallyEZ.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).
 
 
TallyEZ.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
TallyEZ.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.
 
 
TallyEZ.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
TallyEZ.INI
[Data]
NeverClose=YES
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.
 
 
TallyEZ.INI
[Prefs]
VerbosityLevel
Integer from 0 - 5
0
Level of logging application’s activities to the TallyEZ_log.txt file. Levels are from 0 to 5 (0=no logging, 5=full logging). Currently, all calls using MySQLexec() and TUpdate() are logged.
 
 
TallyEZ.INI
[Prefs]
TrackingLookupOrder
Invent_ID, Barcode, UPC, Multicode, User_Code, Keycode
 
Specifies search order for lookup of tracking items.
 
Example:
TrackingLookupOrder=Invent_ID,Barcode,UPC,
Multicode,User_Code,Keycode
 
 
TallyEZ.INI
[Prefs]
MatrixLookupOrder
Invent_ID, Barcode, UPC, Multicode, User_Code1, User_Code2, User_Num1, User_Int1
 
Specifies search order for lookup of matrix items.
 
Example:
MatrixLookupOrder=Invent_ID,Barcode,
UPC,Multicode,User_Code1,User_Code2,User_Num1,
User_Int1