Dim cmd As New SqlCommand("SELECT  * FROM admin where id='1'", SQLcn)
  Dim sdr As SqlDataReader = cmd.ExecuteReader跟着作个判断,看有没有记录if not rs.eof,这里怎么写?