Skip to main content

DatabaseConnection

Last updated 2/10/2024

DatabaseConnection Object

The

DatabaseConnection
object is a handle to an existing database connection which is returned from one of the database connection functions available on the
Five
object.
DatabaseConnection
is inherited from
FiveError
, therefore you can use
isOk()
to know if the connection was successful or not.