Skip to main content
Firebird

Firebird - Connection

Firebird - Connection

Creates a connection to a Firebird database. Two connection modes are supported: local file (a .FDB file on the file system) or remote server (through host, port and database name). The ID of this action is used as a reference by the other Firebird actions in the flow — such as Firebird: Query and Firebird: Close connection.


Options

Connection to use

Select the Firebird connection previously registered in the workspace's Connections tab.

Returns

This action has no direct returns. Its ID is used as a reference by the other Firebird actions.

Rules and Conditions

  • In Version 2.0, the Connection field is required and the connection must be configured beforehand in the workspace's Connections tab.
  • In Version 1.0, the Connection type field is required.
  • In Version 1.0, in Local file mode, the Database field is required and must point to a valid .FDB file.
  • In Version 1.0, in Remote server mode, the Host, Port and Database fields are required.
  • The database file must be reachable from the machine the robot runs on.