单选题Connection对象的方法createStatement()创建的是()对象。AStatement对象BResultSet对象CSQL对象D数据记录对象

单选题
Connection对象的方法createStatement()创建的是()对象。
A

Statement对象

B

ResultSet对象

C

SQL对象

D

数据记录对象


参考解析

解析: 暂无解析

相关考题:

要连接数据库需要使用ado组件中的()对象,创建它的方法是:set变量名=server.createobject(“adodb.connection“)。

在J2EE中,以下关于得到ResultSet对象、PreparedStatement对象、CallableStatement对象的说法,正确的是()。 A.可以使用Statement对象的executeQuery方法返回ResultSet对象B.可以使用Connection对象的createStatement方法获得PreparedStatement对象C.可以使用Connection对象的prepareCall()方法获得CallableStatement对象D.可以使用Connection对象的executeQuery方法返回ResultSet对象

cn是Connection对象,创建Statement对象的方法是()。 A、Statementst=newStatement()B、Statementst=cn.createStatement()C、Statementst=newConnection()D、Statementst=cn.getStatement()

在下列建立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")

假设ADOcn为一个Connection对象,那么在VB程序中声明并创建ADOcn的语句是 ()。

利用ADO访问数据库,首先要创建一个( )对象,用于建立和数据库的连接。 A.Connection对象B.Recordset对象C.Command对象D.Object对象

以下连接对象的创建方法,正确的是()。A.conn=CreateObject(”ADODB.connection”)B.conn=Server.CreateObject(”ADODB.connection”)C.Setconn=Server.CreateObject(ADODB.connection)D.Setconn=Server.CreateObject(”ADODB.connection”)

列声明并创建Connection对象的语句,正确的是()。ADim ADOcn As New ConnectionBDim ADOcn As ConnectionCDeclare ADOcn As New ConnectionDDeclare ADOcn As Connection

下列()方法是Statement对象所具有的方法。A、executeQuery()B、executeUpdate()C、execute()D、createStatement()

Connection对象的方法createStatement()创建的是()对象。A、Statement对象B、ResultSet对象C、SQL对象D、数据记录对象

Server对象的()方法用于创建一个ActiveX组件实例(如connection对象)。A、CreateObjectB、HTMLEncodeC、MapPathD、URLEncode

下列()方法是Connection对象所具有的方法。A、executeUpdate()B、createStatement()C、preparedStatement()D、PrepareCall()

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

Update( )方法属于()对象。 A、Connection对象B、Command对象C、DataSet对象D、DataAdapter对象

Connection对象的作用是什么?Connection对象的什么方法用来打开和关闭数据库连接?

下面对jdbc api描述错误的是()。A、DriverManager接口的getConnection()方法可以建立和数据库的连接B、Connection接口的createStatement()方法可以创建一个Statement对象C、Statement接口的executeQuery()方法可以发送select语句给数据库D、ResultSet接口表示执行insert语句后得到的结果集

Connection.createStatement()不带参数创建Statement对象,不能够来回的滚动读取结果集。

cn是Connection对象,创建Statement对象的方法是()。A、Statement st=new Statement()B、Statement st=cn.newStatement()C、Statement st=cn.createNewStatement()D、Statement st=cn.createStatement()

创建Recordset对象的方法有很多,可以使用Connection对象和Command对象来建立Recordset对象,也可以不用显示建立Connection对象和Command对象,直接利用Recordset对象的()方法创建一个Recordset对象。

连接对象的创建方法中,正确的是()。A、Conn=CreateObjet(“ADODB.Connection”)B、Conn=Server.CreateObjet(“ADODB.Connection”)C、C.SetConn=Server.CreateObjet(“ADODConnection”)D、D.SetConn=Server.CreateObjet(ADODConnection)

填空题创建Recordset对象的方法有很多,可以使用Connection对象和Command对象来建立Recordset对象,也可以不用显示建立Connection对象和Command对象,直接利用Recordset对象的()方法创建一个Recordset对象。

问答题Connection对象的作用是什么?Connection对象的什么方法用来打开和关闭数据库连接?

单选题在ADO.NET中,执行数据库的某个存储过程,则至少需要创建()并设置它们的属性,调用合适的方法。A一个Connection 对象和一个Command对象B一个Connection 对象和DataSet对象C一个Command 对象和一个DataSet对象D一个Command 对象和一个DataAdapter对象

多选题在J2EE中,以下关于得到ResultSet对象、PreparedStatement对象、CallableStatement对象的说法,正确的是()。A可以使用Statement对象的executeQuery方法返回ResultSet对象B可以使用Connection对象的createStatement方法获得PreparedStatement对象C可以使用Connection对象的prepareCall()方法获得CallableStatement对象D可以使用Connection对象的executeQuery方法返回ResultSet对象

判断题Connection.createStatement()不带参数创建Statement对象,不能够来回的滚动读取结果集。A对B错

单选题列声明并创建Connection对象的语句,正确的是()。ADim ADOcn As New ConnectionBDim ADOcn As ConnectionCDeclare ADOcn As New ConnectionDDeclare ADOcn As Connection