I'm not sure if there is a better way to word this question, however here is what I am trying to achieve.
I am trying to create a simple application that would be installed and used on different computers on a network, however they would all access the same data file. Sort of like Microsoft Access.
Would ADO.Net DataSet do the trick? or is there another type of class made for this? ...Or am I restricted to a plain file with FileShare?
Playing around with ADO, I like what I saw, however I'm not sure it can make a stand alone data file that could sit on a mapped network drive.