FireBirdConnectionParameters Properties
Contains parameters used to establish a connection to a Firebird database server or embedded database.
Name | Description |
---|---|
Client |
Gets or sets the path to a Firebird 3. |
Connection |
Gets or sets whether to connect to a database server or an embedded database. |
Database |
Gets or sets the name of the database that contains the required data. |
File |
Gets or sets the path to a database file. |
Password | Gets or sets the password used for authentication. |
Port |
Specifies the port number for connecting to Fire |
Server |
Gets or sets the name of the Firebird server to which the connection should be established. |
User |
Gets or sets the user name used for authentication. |
See Also