|
@@ -1,7 +1,7 @@
|
|
|
[Database]
|
|
|
; This file contains several sections, one for each database-type. Select here
|
|
|
; which database has to be tested currently.
|
|
|
-type=interbase
|
|
|
+type=dbf
|
|
|
|
|
|
|
|
|
|
|
@@ -59,10 +59,10 @@ hostname=192.168.1.1
|
|
|
[interbase]
|
|
|
connector=sql
|
|
|
connectorparams=interbase
|
|
|
-name=/opt/firebird/data/test.fdb
|
|
|
+name=/path/to/database.fdb
|
|
|
user=sysdba
|
|
|
-password=rosivrepus
|
|
|
-hostname=127.0.0.1
|
|
|
+password=masterkey
|
|
|
+hostname=192.168.1.1
|
|
|
|
|
|
[odbc]
|
|
|
connector=sql
|