Chapter 5. Working with Disconnected Data

One challenge related to data access is that two or more users might need to access data in a given database simultaneously. For example, one user might be performing a task such as editing a customer record while another user is performing a different task, such as running a report of active customers. It is important to prevent two users from editing a record at the same time and to prevent reports from showing data that is half-complete.

Another data access issue is that users want the ability to access data from anywhere. We live in a mobile environment, where people want to access data on their laptops, cell phones, and PDAs. Many of these devices have limited communication capability, which adds to ...

Get Programming Microsoft® ADO.NET 2.0 Applications: Advanced Topics now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.