I want to connect with online database and Microsoft Visual Studio.
Can anybody help me how to connect with ***ONLINE**** Database??
Thanks a lot :-)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Krishna Rajput SinghPosted May 14, 2015, 3:38 PM
Khargesh RajputPosted May 5, 2015, 2:51 AM
Nanhe SiddiquePosted May 5, 2015, 12:59 AM
and .cs page
string query="insert update delete or select query";
//if your query dml then
//and if your query is select then
SqlDataAdapter adap = new SqlDataAdapter();
i hope this help you Soe
Abhay ShankerPosted May 4, 2015, 10:49 PM
http://weblogs.asp.net/scottgu/recipe-deploying-a-sql-database-to-a-remote-hosting-environment-part-1