Hi, How can I connect a database that I created using SQLSERVERExpress to a program on another PC?
-
Hi, How can I connect a database that I created using SQL SERVER Express (The one with VS2010) to a program that I created using VB.NET on another computer that doesn't have VS or anything? I've already created a textbox to be used to set the connection string, but when I use the program, nothing is saved on the database and I can't retrieve any data. What should I do?
-
Answer:
server="ip of the pc which has the database with portnumber"; user id="Your user ID"; password="Your password"; database="Your database" Ex server=192.168.1.3:3361;user id=myid;password=mypassword;database=myd… The above is the code for mysql with vb.net. i assume it must be like this
darksife... at Yahoo! Answers Visit the source
Other answers
Read the source page below. You may need to modify from server=(local) to server=ip(ip of your SQL server).
Sovandara
Related Q & A:
- On facebook, can I delete a group that I created?Best solution by facebook.com
- How can I connect a TCP/IP camera to the PC?Best solution by Stack Overflow
- How can i find a job that i want in the future?Best solution by Yahoo! Answers
- How can I connect a printer wirelessly to my laptop without a router? Which printer would be the best?Best solution by Yahoo! Answers
- How can I delete a folder that I created in Yahoo mail?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.