A.OleDbConnection B.SqlConnection C.OdbcConnection D.Connection
A.ConnectionString B.DataSource C.UserInformation D.Provider
A.同一個(gè)DataTable可以屬于多個(gè)DataSet B.數(shù)據(jù)集中的數(shù)據(jù)表名稱是區(qū)分大小寫的,ds.Tables("Employees")和ds.Tables("employees")不是同一個(gè)表 C.如果數(shù)據(jù)集中只有一個(gè)數(shù)據(jù)表,則該表的名稱是大小寫無關(guān)的 D.即使數(shù)據(jù)集中只有一個(gè)數(shù)據(jù)表,該表的名稱也要區(qū)分大小寫