Connect to a database from multiple computer
Hi Guys.. Im a newbie in this programming environment.
Currently im working on a projects to store and retrieve data for my company.
Im using Visual Basic 2008 Express and MS SQL Server 2008 Express as the database. I created the database in same pc (Local Database)
Im added the database in as my Datasource and using the DataBinding option by dragging each column from the database into my form.
My Question is :
1) Once i finished with the project, i want to install this application to multiple computers in my office to communicate with the same database.
Can i do that? What i need to do? i think its something to do with the connectionstring.
Please Help Me
TQ
Re: Connect to a database from multiple computer
Welcome to the forums!
Have a look at this, it should come in handy.
Re: Connect to a database from multiple computer
Tq for the reply Dee-U..
Thats note help me alot.. But what i mean is if i install this application to other pc, what changes i need to make to the application to make sure all the form will refer to the same database ?
Re: Connect to a database from multiple computer
It will just be the connectionstring, you have to set it so it targets the same database.