网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
下列方法中,属于Connection对象的方法有()。

A、Open

B、Close

C、Execute

D、BeginTrans


参考答案

更多 “ 下列方法中,属于Connection对象的方法有()。 A、OpenB、CloseC、ExecuteD、BeginTrans ” 相关考题
考题 在J2EE中,以下关于得到ResultSet对象、PreparedStatement对象、CallableStatement对象的说法,正确的是()。 A.可以使用Statement对象的executeQuery方法返回ResultSet对象B.可以使用Connection对象的createStatement方法获得PreparedStatement对象C.可以使用Connection对象的prepareCall()方法获得CallableStatement对象D.可以使用Connection对象的executeQuery方法返回ResultSet对象

考题 AddNew是以下哪个对象中定义的方法A. Connection对象B. Recordset对象C. Command对象D. Fields对象

考题 在下列建立Recordset对象的方法中错误的是( )。A Set Recordset 对象名= Server.CreateObject(“ADODB.Recordset”)B Set Recordset 对象名= Connection.Execute(“数据表名”)C Set Recordset 对象名=Connection.Execute(SQL指令)D Set Recordset 对象名=Server.CreateObject(“ADODB.Connection”)

考题 在连接对象的创建方法,正确的是( )。A conn=createobject("ADOBD.Connection")B conn=server.createobject("ADODB.Connection")C set conn=server.createobject(ADOBD.Connection)D set conn=server.createobject("ADODB.Connection")

考题 Connection对象执行SQL语句的方法是()。 A.OpenB.CloseC.ExecuteD.BeginTrans

考题 ADO模型中一般可通过Connection对象的()方法执行增加、删除、修改操作。使用ADO模型时,建立Recordset和Connection对象连接的属性是()。

考题 Connection对象中,()属性用来指定OLEDB数据或数据提供者的名称。()属性用来指定Connection对象使用Execute方法的最长制定截止时间。()属性用来指定连接状态。

考题 建立Connection对象是采用Server对象的()方法进行的。

考题 10、关闭数据库连接时,使用Connection对象的()方法。