User Profile
Collapse
-
I dont have a unique IP, But I have bought a domain name and also i have dynamic dns client to update my public ip.
I can host my website pages through apache, I want to know how to host my sql server?Leave a comment:
-
accessing program is in another PC,ie.,through internet from any where. My SQL server is running in my laptop. my program cannot locate my sqlserver. I tried this, http://www.it-sideways.com/2008/02/c...rver-2005.html, but no use. I dont know where i went wrong..Leave a comment:
-
sql server connection string to connect through domain name(internet)
Hi all,
I have tried to connect my sql server 2005 using a domain name. i have bought a domain name and a dns client. this is my connection string
...Code:{ SqlConnection sqlconn = new SqlConnection("user id=user1;" + "password=pass2;" + "server=www.mysite.info\\ServerInstance;" + "trusted_Connection=false;" + "network library=DBMSSOCN;" + "IntegratedLast edited by zmbd; Sep 20 '12, 12:52 PM. Reason: Please use th <CODE/> format button when posting SQL and program code. (also formated code for easier read... may not cut and paste well)
No activity results to display
Show More
Leave a comment: