You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am setting the parameter
StatementTimeout = 1
in Firebird.conf
OR if I am setting the parameter command timeout=1; in the connection string
When a statement is executed but canceled due to processing time, an Exception is not presented
Different from the normal behavior when executed with a fbclient.dll client such as IBEXERT
"Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements.
operation was cancelled.
Config level timeout expired."
The text was updated successfully, but these errors were encountered:
When I am setting the parameter
StatementTimeout = 1
in Firebird.conf
OR if I am setting the parameter command timeout=1; in the connection string
When a statement is executed but canceled due to processing time, an Exception is not presented
Different from the normal behavior when executed with a fbclient.dll client such as IBEXERT
"Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements.
operation was cancelled.
Config level timeout expired."
The text was updated successfully, but these errors were encountered: