Database support
FTGate supports data storage in either its own database or in an ODBC database.
[currently tested with MySql and MSSql]
To configure FTGate for ODBC database operation you need to do the following:
-
Install the database software on the machine that is to host the database
-
Create a database called FTGate
-
Open the ODBC database configuration tool in the windows control panel
-
Create a new SYSTEM DSN called FTGate and attach it to the database provider and set it to select the FTGate Database (from step 2 above)..
-
Remove the contents of the FTGate Config folder.
-
Create a text file called ftgatedb.dat
-
Edit the file to contain the following
<dbconfig>
<provider>
DBTYPE
</provider>
<dsn>
ftgate
</dsn>
<password>
database_password
</password>
<username>
database_access_username
</username>
</dbconfig>
-
Set DBTYPE to be either MySql or MsSql depending on the database type you are using.