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 (in SQL, they are mainly CREATE TABLE and INSERT) are available by pressing the button in the dialog box.
A folder containing the following files will open:

They can also be downloaded individually, from this page, by clicking on the file name.

In order to upgrade the database, from 1.0 version (QF 4.1.19 and 4.1.20) to 2.0 version (QF 4.1.21 and later versions), use the following SQL scripts: (in SQL, they are mainly ALTER TABLE and UPDATE):

The information to be entered are:

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