此题为判断题(对,错)。
第1题:
以下连接对象的创建方法,正确的是()。
A.conn=CreateObject(”ADODB.connection”)
B.conn=Server.CreateObject(”ADODB.connection”)
C.Setconn=Server.CreateObject(ADODB.connection)
D.Setconn=Server.CreateObject(”ADODB.connection”)
第2题:
ADO模型中一般可通过Connection对象的()方法执行增加、删除、修改操作。使用ADO模型时,建立Recordset和Connection对象连接的属性是()。
Execute;Active Connection
略
第3题:
10、关闭数据库连接时,使用Connection对象的()方法。
第4题:
A.Connection.SetAutoCommit
B.Connection.SetCommit
C.Connection.SetROLLBACK
D.Connection.SetAutoROLLBACK
第5题:
Connection对象中,()属性用来指定OLEDB数据或数据提供者的名称。()属性用来指定Connection对象使用Execute方法的最长制定截止时间。()属性用来指定连接状态。
Provider;CommandTimeOut;State
略