Subject Command Timeout using Firebird .NET Provider
Author Aaron Abend
I am using the firebird .net provider and am getting a timeout message
during a long transaction.

In MSDE I can set the command timeout to 0 to tell it to wait indefinitely.
Is there any way to do this with Firebird?

There is no property in the command object, but there are "parameters" that
I am thinking might be able to do this.

I see connection timeout, but that is not the same thing (at least in msde)
and in any case cannot be set (it is read only).

Thanks,

Aaron Abend