When one workstation is in a record live with the statement
SELECT TB.*,TB.ROWID FROM SOMETABLE WHERE ... and another workstation tried to do the same on the same record it appears as if the application is locked on the second workstaion until the first is done. Is there any way that the second...