搜索资源列表
jkcore
- 全新的持久化代码 可以方便的对数据库进行读写.实现采用java 对数据库的增删改查都能得心应手.-new persistence of the code can easily read and write to databases. Implementation of java database used by the excision can check handy.
sql
- 连接数据库并实现一系列的增删改查等等,轻松了解数据库的连接及其功能
SQLSERVER
- 主要包括SQLSERVER中的SQL语句,如何操作数据库和对表进行增删改查等一系列的操作。-Including SQLSERVER the SQL statement, how to operate the database and table additions and deletions to investigate a series of operations.
MFC_sdutent
- 学生管理系统 增删改查与数据库对程序进行操作-Student management system CRUD database program
CGI
- 基于sqlite3数据库的CGI“增删改查”C源码。-Sqlite3 database is based on CGI " additions and deletions to search" C source code.
StudentInfo
- VC++数据库代码,数据类型为Oracle,实现了数据库的增删改查的功能-VC++ database code, the data type is Oracle, additions and deletions to the database to achieve the function of search
SqliteDBDemo
- 创建一个最基本数据库例子——学生信息,利用SQLiteOpenHelper 实现对学生信息的管理,增删改查-Create a basic database example- student information, student information management with SQLiteOpenHelper CRUD
magic
- 基于数据库操作的封装,目前适用于oracle,提供常规的增删改查操作,简单易用-Database operations based on the package, currently applicable to oracle, the additions and deletions to the provision of conventional search operation, easy-to-use
booksystem
- 图书信息管理系统,实现管理员与普通用户的不同界面,使用第三方数据库(sqlserver)实现增删改查功能。-Book information management system, administrators and ordinary users to realize the different interface, using a third-party database [sqlserver] search function to achieve the addition and delet
Library_v1.5_2008.12.28
- 适合MFC初学者学习,运用了数据库的初级知识。能够实现一般的增删改查功能。-Suitable for beginners to learn MFC, the primary use of the knowledge database. Able to achieve a general search feature additions and deletions.
Stock
- 仓库管理系统,对进销存进行增删改查,并连接SOL数据库进行操作-Warehouse Management System for Invoicing to check for additions and deletions, and database operations to connect SOL
datakeshe
- java做的数据库课程设计方案,连接数据库为SQLServer2000。能实现学生学籍管理,包括学籍录入、查询、修改、删除、删除。还有学生成绩的增删改查,以及对用户权限的增删改查,功能完全,课设成绩为优秀,欢迎参考,抄袭后果自负。-java program to do the database design, database connectivity SQLServer2000. Students to achieve school management, including school e
Reservation1.1
- 网上订餐系统,课程设计,连接数据库增删改查,附带数据库文件-Online ordering system, curriculum design, connect to the database CRUD, with database files
vb.net2008连接Access2003或2007数据库
- vb.net2008连接Access2003或2007数据库,增删改查都有,批量增删改查。dataset datatable等知识点-vb.net2008 connection Access2003 or 2007 database CRUD have, bulk CRUD. dataset datatable and other knowledge
SQLiteAdmin
- sqlite数据库操作,支持数据库增删改查,sql语句,语法自动补全及高亮,数据库自动回滚等基本操作-sqlite
Sqlite
- Sqlite数据库增删改查操作 简单例程-Sqlite database CRUD operations
deom
- java web实现增删改查小项目,采用oracle数据库和servlet技术(Java Web additions and deletions to change the search for small projects, using Oracle database and Servlet Technology)
oracle数据库操作
- oracle数据的数据库操作类,实现了增删改查、事务处理等。(oracle operation class, implement add, delete , modify and find function.)
jibencrud
- 能够完成简单的增删改查,并且链接到数据库(Can complete simple add, delete and change checks, and link to the database)
C#连数据库增删改查实例
- 这里是用C#连接数据库SQL,然后用C#对数据库进行增删改查的实例,内含有源代码和已经建好的数据库