mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 15:39:26 +01:00
* Reverted wrong commit
git-svn-id: trunk@6887 -
This commit is contained in:
parent
aa508a6033
commit
64c1da895f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user