A.Data Source属性表示数据库的类型 B.Trusted_Connection参数决定连接是否使用信任连接 C.Integrated Security参数决定连接是否使用信任连接 D.Initial Catalog表示数据库的类型
A.GetParentRows B.GetChildRows C.GetRelation D.GetRows
以下语句执行后myDataSet中增加的表的名称是()。 Dim myDataSet as new DataSet() myDataSet.Tables.Add()
A.Table1 B.Table2 C.TableN D.Nothing