Command Timeout | The time (in seconds) that an SQL command will wait for a response before timing out. The default is 10 seconds. |
SQL Database Name | The name of the database VisitorRego will connect to. This setting is only applicable when using a SQL Server database. |
SQL Lite Database | When ticked, VisitorRego uses an embedded SQLite database (default). Untick this box to connect to a Microsoft SQL Server database instead. |
SQL Server | The name or network path of the SQL Server instance (e.g. SERVERNAME\SQLEXPRESS). |
SQL Userid | The username used to connect to the SQL Server database if connecting with SQL authentication. Leave blank if using Windows Authentication. |
SQL Userid Password | The password used to connect to the SQL Server database if connecting with SQL authentication. Leave blank if using Windows Authentication. |
VRF Primary Database | When set to True, indicates that VR Portal cloud server is the primary data source. Usually left as False for local setups. |
Windows Authentication | When ticked, VisitorRego will connect to SQL Server using the Windows account currently signed in. |
Using the Default SQLite Setup
By default, VisitorRego uses the built-in SQLite database, which requires no additional setup and works seamlessly out of the box. Data is primarily stored in the cloud and referenced locally through the SQLite database, ensuring it is always up to date and accessible across the system.
No database configuration changes are required when using the default SQLite setup.
This setup is ideal for standalone or cloud-connected installations and requires no manual configuration.
Connecting to a Microsoft SQL Server Database
For organisations that require centralised management or multi-site setups, VisitorRego can connect to a Microsoft SQL Server database instead of the default SQLite setup.
Steps to Configure SQL Server
1. On the Database tab, click the
Change Database button to open the Database Setup window.
2. Untick the
SQL Lite Database option.

3. Enter the SQL database name into the
SQL Database Name field.

4. Enter the SQL Server name or instance into the
SQL Server field (for example: COMPANY-SQL\SQLEXPRESS).

5. Choose an authentication method:
• Tick
Windows Authentication to use the signed-in Windows account.
• Untick
Windows Authentication to use SQL Authentication.

6. If using SQL Authentication, enter the username into the
SQL Userid field.

7. If using SQL Authentication, enter the password into the
SQL Userid Password field.

8. Once done, close the window. Changes are saved automatically.
When you close the Database Setup window, VisitorRego will attempt to connect to the database.
If the connection is successful:
A message will appear saying “Success” The database parameters are saved when you click OK.

If the connection fails: After a short delay, a message will appear saying “Failed!” and provide the reason for the failure. You will then see options: click Yes to save the changes anyway, or Cancel to ignore the changes and close the window.