Board index » delphi » Paradox Open sessions question

Paradox Open sessions question

Hi,

I was wondering if anybody know how can I check for open tables in
different sessions. I need to be able to start one application only if
every user is out of another application that opens my tables. If there
are open tables from another pc , my program should not start.

I am using Delphi 4.00 Client server with patch 3.00 installed and BDE
5.01 with Paradox tables on a Novell 4.11 network.

Regards,

Nick Tentomas

 

Re:Paradox Open sessions question


Try to open the tables with the Exclusive property set to True. If you can
place an exclusive lock no one else has the table open.

--
Bill

Bill Todd (TeamB)
(TeamB cannot respond to questions received via email)

Other Threads