Thank you all.
I am beginning to lean on the direction to do something else since I don't
know what the original programmer did to what. And I don't know the
ramification of changing the current set up for the moment.
I am trying to think other ways to do the something without trying to
updating a table if it's not available.
Thank you.
Aiko Ichimura
[EMAIL PROTECTED]
----- Original Message -----
From: "Dan Goldberg" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Friday, March 16, 2007 11:06 AM
Subject: [RBASE-L] - Re: V 6.5
Sorry did not proof it.
I would look for any command that cause table locks and change them to
something else that only does row locks. 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