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