[Database] section in AutoValue.ini

These settings the [Database] section in AutoValue.ini are used only if UseThisFile is set to 1. Normally UseThisFile is set to 2, and you do not need any settings in this section of AutoValue.ini.

  • Server – the network name of the PC where SQL Server is installed.
  • DatabaseName – the name of the database used by AutoValue.
  • UserName – the user name that the AutoValue program uses when accessing the database.
  • Password – the password for UserName.
  • Type – the type of database is used. This is set up at installation.

Example

Server=invserver
DatabaseName=INVOICES5
Username=sa
Password=
Type=SQL Server