TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jeffrey Kirby
NA
1
0
XML DataTable Concurrent Access
Jul 10 2009 10:53 AM
I have a simple program using an XML file to store a single DataTable. I've just learned, however, that multiple users(computers) will need to at least
view
this data concurrently. Should I let the first instance of the program that accesses the file set it to Read-Only, and then others could check and realize they don't have Write Access?? Any ideas on the best way of accomplishing this would be greatly appreciated. Maybe ASP.NET would be the easiest way to allow for concurrency? Thanks.
Reply
Answers (
0
)
code for convert string to ascii values
Cannot convert type 'System.Windows.Forms.HtmlDocument' to 'mshtml.HTMLDocument'