問答題簡述使用JDBC訪問數(shù)據(jù)庫(讀取數(shù)據(jù))的基本步驟。

您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題給PreparedStatement對象ps中SQL語句的第2個參數(shù)設置參數(shù)值為5時,正確的方法為()。

A.ps.setInteger(2,5)
B.ps.setInteger(1,5)
C.ps.setString(2,5)
D.ps.setDouble(2,5)

2.單項選擇題ResultSetMetaData對象的返回指定列類型(Java語言類型)的方法是()。

A.getColumnType(int n)
B.getColumnTypeName(int n)
C.getColumnClassName(int n)
D.getColumnClass(int n)

3.單項選擇題ResultSetMetaData對象的返回列數(shù)的方法是()。

A.getRowCount()
B.getCount()
C.getColumnCount()
D.getColCount()

5.單項選擇題微軟公司提供的連接SQL Server的JDBC驅動程序是()。

A.com.mysql.jdbc.Driver
B.sun.jdbc.odbc.JdbcOdbcDriver
C.com.microsoft.jdbc.sqlserver.SQLServerDriver
D.oracle.jdbc.driver.OracleDriver