I'm connecting to a FireBird database, which works fine when the database is online. When the server is offline, the user gets an max execution time passed error.
Therefore I want to surround the connection statement with a try catch and set the timeout to 10 seconds. But I can't find the right attribute to do so. The default ATTR_TIMEOUT
doesn't seem to work. Can anyone tell me if this is possible with PDO and FireBird?