From: Danieius J. <ju...@ka...> - 2003-05-09 08:00:52
|
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? -- Danieius Jurna ju...@ka... |