From: <ma...@xp...> - 2004-01-19 20:08:20
|
I think I've found a bug with the Update() method of FbDataAdapter. When called on a DataSet that has deleted rows and a DeleteCommand that is a stored procedure, the method returns the number of affected rows as expected. However, the rows are not actually removed from the database. I've tried to perform the Update() call both within and outside of a transaction, and nothing seems to make a difference. I haven't tested Update() with updated rows, but it does work properly for inserted rows. I've also tested the command separately, and it works fine. I can provide code if needed. ---Matt |