SqlConnection sqlCon= new SqlConnection();sqlCon.ConnectionString="Data Source=.服务器IP地址;Initial Catalog=数据库名;Uid=sa;Pwd=密码";
连接数据库,编写相应代码