database.ini 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. [Database]
  2. ; This file contains several sections, one for each database-type. Select here
  3. ; which database has to be tested currently.
  4. type=interbase
  5. ; These sections are for the several SQLDB-types of databases:
  6. [postgresql]
  7. ; The connector specifies the connector that has to be used. The 'sql' connector
  8. ; tests the TSQLQuery component
  9. connector=sql
  10. ; Here you can give some parameters, which are specific for each connector. The
  11. ; SQL connector uses this parameter to specify the connection that should be
  12. ; used;
  13. connectorparams=postgresql
  14. ; The name of the database. The database could be empty. You only need read and
  15. ; write rights.
  16. name=testdb
  17. ; user to log in with
  18. user=
  19. ; password to log in with
  20. password=
  21. ; hostname of the database-server
  22. hostname=192.168.3.25
  23. [mysql40]
  24. connector=sql
  25. connectorparams=mysql40
  26. name=cnoc02
  27. user=root
  28. password=rosivrepus
  29. hostname=192.168.3.1
  30. [mysql41]
  31. connector=sql
  32. connectorparams=mysql41
  33. name=testdb
  34. user=root
  35. password=apassword
  36. hostname=192.168.1.1
  37. [mysql50]
  38. connector=sql
  39. connectorparams=mysql50
  40. name=testdb
  41. user=root
  42. password=apassword
  43. hostname=192.168.1.1
  44. [oracle]
  45. connector=sql
  46. connectorparams=oracle
  47. name=xe
  48. user=system
  49. password=rosivrepus
  50. hostname=192.168.3.1
  51. [interbase]
  52. connector=sql
  53. connectorparams=interbase
  54. name=/opt/firebird/data/testdb.fdb
  55. user=sysdba
  56. password=rosivrepus
  57. hostname=localhost
  58. [odbc]
  59. connector=sql
  60. connectorparams=odbc
  61. name=testdb
  62. user=root
  63. password=apassword
  64. hostname=192.168.1.1
  65. ; This section is for TDbf:
  66. [dbf]
  67. connector=dbf
  68. ; Give here the path where the *.dbf file can be generated
  69. name=/tmp
  70. ; This section is for MemDS:
  71. [memds]
  72. connector=memds