Will a .txt file open ok from multiple locations if on a network?

G

Gary

I'm writing a simple program to dish out incoming leads.

I don't understand database programming in c# and this needs to be
finished like yesterday - so i dont have the luxury of spending a
couple of weeks reading up on ADO.

I have used a simple technique in the past of storing data in a text
file and just reading this into an array and populating a listview
control from this.

This app will be used by about 6 users on a MS Network (Client/Server).


If i store the data txt file on the network share and have the 6
machines use this same file, will this be ok?

or will i have problems? (given that the machines update, and and
delete some basic data in this file)

If it is problematic what's the SIMPLEST solution to this?

Thankyou!

Gary.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top