NETProvider icon indicating copy to clipboard operation
NETProvider copied to clipboard

StatementTimeout Not triggering Exception

Open NicFT opened this issue 8 months ago • 2 comments

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."

NicFT avatar May 14 '25 19:05 NicFT

Please share some repro code.

cincuranet avatar May 14 '25 19:05 cincuranet

Please share some repro code.

Hello, here is the example app

EmptyBlazorApp1.zip

And the database used =

EMPLOYEE.zip

NicFT avatar May 15 '25 12:05 NicFT