只编写代码就可以吗?不需要在Visual studio里设置吗?
SqlConnection myconn = new SqlConnection("server = 服务器;database = 数据库名;uid = sa; pwd = 你的数据库密码;");myconn.Open();