Connecting to SQL Server that is on the internet

Khaledinho

Active member
Joined
Jun 22, 2005
Messages
25
Hi
I am writting an application that needs to connect to a sql server that is on the internet.
http://www.yourmobileismymobile.com
This server has the sql server and sql server port is open and i know the (username and password),the question is how do i set the connection string
And i also know the database name in sql server

Any ideas
Thanks in advance
 
If your using Visual Studio Profession you can use the server explorer to add a new connection. Youll be prompted for the information. After the connection is created, drop and drag the connection onto your form/page.

Thats the overly simple way to do it.
 
Back
Top