资源说明:一个精致的数据库查询的小例子
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String url = "jdbc:odbc:xueyuan";
Connection connection = DriverManager.getConnection(url);
Statement statement = connection.createStatement();
jieshou=request.getParameter("xuehao1");
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
English
