代码SqlConnection myConnection=OpenConnection(ServerIP);
myConnection.Open(); DataSet ds = new DataSet();
SqlDataAdapter myCommand = new SqlDataAdapter(StrSql,myConnection);
myCommand.Fill(ds,tableName);
myConnection.Close(); return ds;错误信息Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.