如果,我想另外一台电脑连接到我的数据库,string server = this.textBox1.Text.Trim();
            SqlConnection con = new SqlConnectio("SERVER='"+server+"';DATABASE=SanHai;Trusted_connection=True");
            con.Open();127.0.0.1本地连接可以,Trusted_connection=True;是信任连接。