Re: Access database not updated when records are deleted
From: Miha Markic [MVP C#] (miha)
Date: 11/06/04
- Next message: ghias: "Re: IAS server 2003 authenticationtion based on SQL"
- Previous message: Evan Camilleri: "Re: More on Connection Exception with Windows Service...!"
- In reply to: Anonymouse: "Re: Access database not updated when records are deleted"
- Next in thread: Grzegorz Danowski: "Re: Access database not updated when records are deleted"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 6 Nov 2004 10:00:12 +0100
> Essentially the code is as it was before I tried creating an explicit
> Delete
> command (although I've discovered that AcceptChanges is indeed
> unnecessary).
> So why the f*** is it working now when it didn't before?!
AcceptChanges consolidates RowStates and it is implicitly called after
Update executes.
-- Miha Markic [MVP C#] - RightHand .NET consulting & development miha at rthand com www.rthand.com
- Next message: ghias: "Re: IAS server 2003 authenticationtion based on SQL"
- Previous message: Evan Camilleri: "Re: More on Connection Exception with Windows Service...!"
- In reply to: Anonymouse: "Re: Access database not updated when records are deleted"
- Next in thread: Grzegorz Danowski: "Re: Access database not updated when records are deleted"
- Messages sorted by: [ date ] [ thread ]