A.SqlCommand cmm =new SqlCommand(sql語句,Connection對象);B.SqlCommand cmm =new SqlCommand(Connection對象,sql語句);C.SqlCommand cmm =new SqlCommand(sql語句);D.SqlCommand cmm =new SqlCommand(Connection對象);
A.Rows獲取總條數(shù)B.DataSource 獲取數(shù)據(jù)源C.Name 獲取控件的名稱D.Columns 獲取總列的名稱
A.算術(shù)異常B.參數(shù)格式錯誤異常C.非法參數(shù)異常D.數(shù)組下標(biāo)越界異常