From: Carlos G. A. <car...@te...> - 2003-05-09 09:14:06
|
HEllo: > I'm using sql statment, to check for concurrency as suggested in .NET > documentation: > "update table set ID=?, Item=? where (ID=?) and (Item=?)" > And 2 last parameters with System.Data.DataRowVersion.Original option. > Everything works fine. But it would be nice if command builder would > build a similal update command. Now it builds a plain update command > without concurrency implementation. > Or maybe there is some other way to implement concurrency? I will try to see that. -- Best regards Carlos Guzmán Álvarez Vigo-Spain "No tengo dones especiales.Sólo soy apasionadamente curioso" Albert Einstein, científico. |