Connecting to a remote server.
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi for my application I need to connect to a remote SqlServer, I just wanted to know that in the following connection object string conn = "Data Source=xxx.xxx.xxx.xxx,1433;" + "Network Library=DBMSSOCN;" + "Initial Catalog=ABC;" + "User ID=ABCUser;" + "Password=xxxxxxxxxxxx"; can I replace IP Address xxx.xxx.xxx.xxx to URL Name such as www.anysite.com is it allowed, and if allowed how does conversion from URL to IP address is done. RuchirDhar Dwivedi Software Engineer Windowmaker Software Pvt.Ltd. Baroda, India.