I have a table that is showing Row Locks in a multi-user database. This table is only ever accessed using INSERT . . . SELECT, SELECT, and SELECT involving views that include this table. To the best of my knowledge it's never involved directly in a form or any kind of EDIT command. Therefore, I'm surprised to see row locks on this table.
What commands could be causing these Row Locks? -- Larry

