Skip to main content

FireBirdConnectionParameters Properties

Contains parameters used to establish a connection to a Firebird database server or embedded database.
Name Description
ClientLibrary Gets or sets the path to a Firebird 3.0+ client library.
ConnectionType Gets or sets whether to connect to a database server or an embedded database.
DatabaseName Gets or sets the name of the database that contains the required data.
FileName Gets or sets the path to a database file.
Password Gets or sets the password used for authentication.
PortNumber Specifies the port number for connecting to FireBird databases.
ServerName Gets or sets the name of the Firebird server to which the connection should be established.
UserName Gets or sets the user name used for authentication.
See Also