Subject Locking a Table
Author kapsee
How do I lock and unlock a table so that there can be no concurrent
updates/inserts to that table ? I am using the C API.

Thanks!