摘要
给出了在使用Java开发数据库管理系统时,不使用数据源,而使用JDBC-ODBC桥直接连接数据库的类,并给出了在查询、插入、删除和更新时,创建连接对象进行操作的方法和查询、删除数据库中重复记录的方法,提高了数据库开发效率。
This paper presents the class to connect the database with JDBC-ODBC bridge when develop the database management system using Java,instead of the data source,and gives the connection object operation methods for query,insert,delete,and update operation.The method of how to query the database and delete duplicate records is also proposed,which can increase the development efficiency.
出处
《电脑编程技巧与维护》
2011年第20期77-78,共2页
Computer Programming Skills & Maintenance