|
-
Feb 20th, 2009, 11:08 PM
#1
Thread Starter
New Member
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
-
Feb 21st, 2009, 12:06 AM
#2
Re: Connect to a database from multiple computer
Welcome to the forums!
Have a look at this, it should come in handy.
-
Feb 21st, 2009, 09:42 AM
#3
Thread Starter
New Member
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 ?
Last edited by Bolloqz; Feb 21st, 2009 at 10:38 AM.
-
Feb 21st, 2009, 09:54 AM
#4
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|