日期:2014-05-18 浏览次数:20598 次
string cmdtime = "select getdate()"; SqlCommand conntime = new SqlCommand(cmdtime,conn); SqlDataReader da = conntime.ExecuteReader();