多项选择题
以下关于连接字符串的描述中,正确的是()和()。
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 -
单项选择题
以下语句执行后myTable的名称是()。 Dim myTable as DataTable myTable=New System.Data.DataTable()
A.Table1
B.Table2
C.TableN
D.Nothing
