Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread TransLock
Tue, Apr 7 2009 6:04 AMPermanent Link

Christian Sanggaard
TableTransLockRetryCount=1000
TableTransLockWaitTime=15

I’ve a question about transactions:
If I connect to the database server with two clients, and one of the client starts a transaction, without making any rollback or commit. When I start
another transaction by the second client, I expect a DBISAM_TRANSLOCK error after 15 sec. But nothing happened. The second clients will just
wait until I commit or rollback by the first client. No timeout.

Regards
Christian
Tue, Apr 7 2009 9:05 AMPermanent Link

"Eduardo [HPro]"
Christian

You have to change the the source of dbsrvr to see what you desire. These
settings at the client side do not affect the way of transactions work.

Eduardo

Image