Skip to main content
A newer version of this page is available. .

FireBirdConnectionParameters Properties

Contains parameters used to establish a connection to a Firebird database server or embedded database.
Name Description
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.
Port For internal use.
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