java对Oracle表进行增删改查
用java言语连接Oracle数据库,对数据库中的表可以进行增、删、改、查Test\src\com\test\bean\Student.java
Test\src\com\test\dao\StudentDAO.java
Test\src\com\test\db\DBOperator.java
Test\src\com\test\servlet\ServletAction.java
Test\WebRoot\META-INF\MANIFEST.MF
Test\WebRoot\WEB-INF\classes\com\test\bean\Student.class
Test\WebRoot\WEB-INF\classes\com\test\dao\StudentDAO.class
Test\WebRoot\WEB-INF\classes\com\test\db\DBOperator.class
Test\WebRoot\WEB-INF\classes\com\test\servlet\ServletAction.class
Test\WebRoot\WEB-INF\lib\classes12.jar
Test\WebRoot\WEB-INF\web.xml
Test\WebRoot\display.jsp
Test\WebRoot\index.jsp
Test\WebRoot\insert.jsp
Test\WebRoot\modify.jsp
Test\.classpath
Test\.mymetadata
Test\.project
(Use java language to connect to Oracle database, you can add, delete, modify and check the tables in the database
Test\src\com\test\bean\Student.java
Test\src\com\test\dao\StudentDAO.java
Test\src\com\test\db\DBOperator.java
Test\src\com\test\servlet\ServletAction.java
Test\WebRoot\META-INF\MANIFEST.MF
Test\WebRoot\WEB-INF\classes\com\test\bean\Student.class
Test\WebRoot\WEB-INF\classes\com\test\dao\StudentDAO.class
Test\WebRoot\WEB-INF\classes\com\test\db\DBOperator.class
Test\WebRoot\WEB-INF\classes\com\test\servlet\ServletAction.class
Test\WebRoot\WEB-INF\lib\classes12.jar
Test\WebRoot\WEB-INF\web.xml
Test\WebRoot\display.jsp
Test\WebRoot\index.jsp
Test\WebRoot\insert.jsp
Test\WebRoot\modify.jsp
Test\.classpath
Test\.mymetadata
Test\.project)
页:
[1]