mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 03:49:27 +01:00
* Reverted wrong commit
git-svn-id: trunk@6887 -
This commit is contained in:
parent
aa508a6033
commit
64c1da895f
@ -1,7 +1,7 @@
|
|||||||
[Database]
|
[Database]
|
||||||
; This file contains several sections, one for each database-type. Select here
|
; This file contains several sections, one for each database-type. Select here
|
||||||
; which database has to be tested currently.
|
; which database has to be tested currently.
|
||||||
type=interbase
|
type=dbf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -59,10 +59,10 @@ hostname=192.168.1.1
|
|||||||
[interbase]
|
[interbase]
|
||||||
connector=sql
|
connector=sql
|
||||||
connectorparams=interbase
|
connectorparams=interbase
|
||||||
name=/opt/firebird/data/test.fdb
|
name=/path/to/database.fdb
|
||||||
user=sysdba
|
user=sysdba
|
||||||
password=rosivrepus
|
password=masterkey
|
||||||
hostname=127.0.0.1
|
hostname=192.168.1.1
|
||||||
|
|
||||||
[odbc]
|
[odbc]
|
||||||
connector=sql
|
connector=sql
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user