Re: [GENERAL] Table locks and serializable transactions.

2006-03-13 Thread Merlin Moncure
On 3/11/06, Bill Moseley <[EMAIL PROTECTED]> wrote: > I need to insert a row, but how that row is inserted depends on the > number of items existing in the table. I initially thought > SERIALIZABLE would help, but that only keeps me from seeing changes > until the commit in that session. serializ

[GENERAL] Table locks and serializable transactions.

2006-03-11 Thread Bill Moseley
I need to insert a row, but how that row is inserted depends on the number of items existing in the table. I initially thought SERIALIZABLE would help, but that only keeps me from seeing changes until the commit in that session. Am I correct that if I need to insert a row into a table that contai