Database: connection and disconnection

The connection is made by specifying the Internet address where the database resides, the name of the database instance that contains the tables of the QuizFaber schema, and the access credentials (in the case of SQL Server it is possible to use "trusted authentication" or directly through your Windows user).

To connect to a database select "Connect database" from the Menu Database.

The following dialog opens:

graphic

QuizFaber database creation SQL script files are available by pressing the button graphic in the dialog box. A folder containing the following files will open:

The information to be entered is:

Once you have entered the required information, press OK. If successful, the following window appears:

To disconnect from the database, select the "Close / Disconnect database" item from the Database Menu.


Related topics