WaitOnLocks

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
esasse
Posts: 47
Joined: Tue 27 Nov 2007 19:08
Location: Brazil

WaitOnLocks

Post by esasse » Fri 25 Jul 2008 20:17

What's the purpose of the WaitOnLocks? What does it do?

I noticed that in Borland's Driver the WaitOnLocks accepts a Boolean value like:
WaitOnLocks=False
In CoreLab's readme, I see that it accepts something like the isolation level:
WaitOnLocks
Use this option to set WaitOnLocks paramater for default transaction.

SQLConnection1.Params.Values['WaitOnLocks'] := 'ReadCommited';
SQLConnection1.Connected := True;
Is it right or is a mistake in the readme?
If this is right, what are the options?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 28 Jul 2008 06:39

This is the mistake in the ReadMe file. The Core Lab driver accepts True and False values in the WaitOnLocks option.

Post Reply