I would look for any command that cause table locks and change them to
something else that only does. Usually there is a different way to do what
you want without locking a table.

Dan Goldberg

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Aiko
Ichimura
Sent: Thursday, March 15, 2007 2:03 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: V 6.5

OK,

Suppose a table I am trying to update has lock on it.
Then what do you do ? Can you do anything about it?

Thank you.

Aiko Ichimura
[EMAIL PROTECTED]
----- Original Message -----
From: "Steve Martin" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, March 15, 2007 4:18 PM
Subject: [RBASE-L] - Re: V 6.5


Try LISTing the tables on a different workstation and see what locks are
set.  If you are continuously getting "Waiting for Required Resources",
it's because locks are preventing you.

Steve

.
.
.

"Waiting for Required Resources" is displayed when two users are
attempting to access the same data.  Table locks, cursor locks, row
locks, etc. can cause this.  If you have multiple sessions running, you
can LIST the database from the R> and it will list all the current LOCKS
and their types (table, row, etc.)...

Hope this helps,

Steve

Reply via email to