|
-
Jul 9th, 2009, 05:40 AM
#10
Re: Some DataSet Questions
You can still use SSNS to get your 'updates'. If the app is reading from the database, then it depends on how the database is being populated. If the populating procedure locks the table, then the app will need to wait. If it's doing a nolock or a transaction isolation level read uncommitted, then your app will get data regardless of the update which may mean that some rows are out of date.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|