Direct interface to Firebird database.
Class Firebird( connect )
connect | String containing connection parameters. |
The connect string uses the standard connection values:
Following connection options are specific of the Firebird database engine, and require a value to be passed in the form of
"fbsql:...;key=value;key=value"
- epwd: Encrypted password
Following connection options are specific of the Firebird database engine, and require a boolean value that can be either "yes" or "no".
- reserve: Specify whether or not to reserve a small amount of space on each database page for holding backup versions of records when modifications are made
Other than the default options provided by Handle.options, the Firebird driver provides the following transaction options:
- getaffected: Reads affected rows after every query/execute operation. Can be 'on' or 'off' (defaults on).