Subject nowait in Connectionstring
Author hvdgraaf78
When I create a DSN for my Firebird database, I have the checkbox
"nowait". With that option, my program directly returns an error if a
record is locked.
But I don't want to use a DSN, but directly connect from my program,
using a connectionstring. Is the any way to specify the option
"nowait" in my connectionstring?

Thanx!