On 4/18/05, Ben Clewett <[EMAIL PROTECTED]> wrote: > I see in the manual there are plans use Row Locking. This would solve > my problems. Allowing me to load the database from multiple processes > to a far greater amount without fear of SQL_BUSY. As well as > simplifying my programs.
I am currently experimenting with using triggers to do row locking and it seems to work quite well, though I don't know if it will help solve your particular problem.

