So I want to make a database that will eventually be able to be accessed by multiple computers. Would it be better to make a database in a network or shared folder (I don't even know if this is possible) or would it be better for me to make an online database.
If the answer is an online database I need a little information on how to go about making a c# program in Visual Studio 2010 that would be able to access and edit this database. I'm familiar with creating a database in Visual Studio 2010, but I have no clue how to make a program that can access the database online.
Any and all help is appreciated.
Resmy RaviPosted Dec 8, 2010, 1:00 AM
If u are using access databse,just place the database in any of the computer.then in your c# program ,in the connection string give the network path(where the database is placed.ex..computer_name\\path).the computers should be connected in a lan..
Gomathi PalaniswamyPosted Dec 7, 2010, 3:02 AM
map the database folder in all system like
Tool->Map Network drive