cn是Connection对象,创建Statement对象的方法是()。A、Statement st=new Statement()B、Statement st=cn.newStatement()C、Statement st=cn.createNewStatement()D、Statement st=cn.createStatement()
cn是Connection对象,创建Statement对象的方法是()。
- A、Statement st=new Statement()
- B、Statement st=cn.newStatement()
- C、Statement st=cn.createNewStatement()
- D、Statement st=cn.createStatement()
相关考题:
在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")
以下连接对象的创建方法,正确的是()。A.conn=CreateObject(”ADODB.connection”)B.conn=Server.CreateObject(”ADODB.connection”)C.Setconn=Server.CreateObject(ADODB.connection)D.Setconn=Server.CreateObject(”ADODB.connection”)
在利用JDBC编程接口完成数据库的访问任务后,应该关闭相关的对象,释放资源。如:调用Connection、Statement、Resultset等对象的close()方法,将其关闭。() 此题为判断题(对,错)。
列声明并创建Connection对象的语句,正确的是()。ADim ADOcn As New ConnectionBDim ADOcn As ConnectionCDeclare ADOcn As New ConnectionDDeclare ADOcn As Connection
Statement接口中的execute Query(String sql)方法返回的数据类型是()A、Statement接口实例B、Connection接口实例C、Database Meta Data类的对象D、Result Set类的对象
下面对jdbc api描述错误的是()。A、DriverManager接口的getConnection()方法可以建立和数据库的连接B、Connection接口的createStatement()方法可以创建一个Statement对象C、Statement接口的executeQuery()方法可以发送select语句给数据库D、ResultSet接口表示执行insert语句后得到的结果集
创建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对象。
单选题cn是Connection对象,创建Statement对象的方法是()。AStatement st=new Statement()BStatement st=cn.newStatement()CStatement st=cn.createNewStatement()DStatement st=cn.createStatement()
单选题在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对象的语句,正确的是()。ADim ADOcn As New ConnectionBDim ADOcn As ConnectionCDeclare ADOcn As New ConnectionDDeclare ADOcn As Connection