Viewing 3 posts - 1 through 4 (of 4 total)
I use a delete flag field in a table when users want to control undeleting within their application.
Then I'll delete the records for real when they exit the application.
Otherwise, if...
March 26, 2008 at 3:00 pm
I use the flag approach when I have to undelete through the application.
Otherwise, delete with or without archiving or change history is fine.
It depends on the system requirements.
March 26, 2008 at 8:39 am
Table adapters are built on top of data adapters.
You can't use a table adapter without using a data adapter.
Are you asking about the difference between using data connection objects through...
March 26, 2008 at 8:25 am
Viewing 3 posts - 1 through 4 (of 4 total)