Re: [SQL] possible to lock a single row in table?

2001-06-20 Thread Stephan Szabo
On Wed, 20 Jun 2001, Bruno Boettcher wrote: > i have a lots of threads that work on a table, making insertions, > updates removes. > > now i certain cases its important to keep data integrity, so i looked > into locks What kind of data integrity are you trying to implement? > all i fo

[SQL] possible to lock a single row in table?

2001-06-20 Thread Bruno Boettcher
Hello! i have a lots of threads that work on a table, making insertions, updates removes. now i certain cases its important to keep data integrity, so i looked into locks all i found was a lock function that locks the entire table now even in shared mode, if i understand it well th