單項選擇題下面哪一個對象不執(zhí)行SQL語句?()
A.Connection
B.RecordSet
C.Command
D.Response
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題下面語句中能將數(shù)據(jù)表S1刪除的是:()。
A.Drop table S1
B.Create table S1
C.delete S1
D.Create S1
2.單項選擇題已知已建立聲明了一個名為rs的Recordset對象實例,下面關于Recordset對象下面的幾個方法中,能夠獲得rs第3個字段值的是:()。
A.rs.Move(3)
B.rs(3).Value
C.rs(3).name
D.rs(3).fields