Subject | lock_timeout or isc_tpb_lock_timeout? |
---|---|
Author | hamacker |
Post date | 2019-04-15T17:59:15Z |
Hi All,
Simple question, I use Delphi Firedac and only now I need to put a time out in wait transactions, but I my test not run I expected, so I think that I did something wrong.
First question:
fdconn1.Params.Values['lock_timeout']:='180';
or
fdconn1.Params.Values['isc_tpb_lock_timeout']:='180';
???
I see booth ways in google search.