资源列表
Bplustree
- b+tree 的插入和查询操作,代码比较简练,效率高。缺少删除操作。-b+ tree insertion and query operation, code relatively simple and efficient. The lack of deletion.
Scriptcrpqxl884875SWITCHMAN_769078
- 这个源码scr iptcrpqxl884875SWITCHMAN_769078功能很好,同学们可以下载看看,对你应该有帮助-The source scr iptcrpqxl884875SWITCHMAN_769078 function is very good, the students can download and see, there should be a help to you
oracle_Timer
- 扩展Oracle数据库,通过在数据库中加入时态对象,使得数据库具有对时态数据的查询和处理能力,直接将sql文件在sqlplus下执行即可。-Extending Oracle through the state objects in the is added, making the has a temporal data query and processing capabilities, you can directly the sql file in sqlplus.
collection
- Java程序连接数据库的例子,数据库时SQLServer,适合初学者。-Java program to connect to the example, the when SQLServer, suitable for beginners.
SQL
- 数据库高级应用中sql语句对数据库的多表或单表进行增删减查的相关操作-Advanced database applications, database sql statement on multiple tables or single table by the deletion of search-related operations
test_conn
- The zip file contais a sample program to check the sybase database connectivity. I ve attached the makefile as well for compilation on windows. Usage : test_conn <sybaseservername> <dbname> <username>
BackUpSQLDatabasedenganSQL
- BackUp SQL Database dengan SQL
MySqlHelper
- MySqlHelper C#帮助类,提示丰富的开发接口
Connect
- 对各种数据库连接,不需要改动程序,只要改变配置文件即可-connect to various databases, procedures need changes, as long as the configuration file can be changed
mysql_scripts
- 数据库技术 文档目标性:学习mysql数据库的IT人士-Technical documentation targeted: Learning IT professionals mysql
ST_MENU
- 一个ORACLE SQL*MENU的案例-a classic case of oracle sql*menu
exp和imp命令详解
- ORACLE数据库有两类备份方法。第一类为物理备份,该方法实现数据库的完整恢复,但 数据库必须运行在归挡模式下(业务数据库在非归挡模式下运行),且需要极大的外部 存储设备,例如磁带库;第二类备份方式为逻辑备份,业务数据库采用此种方式,此方 法不需要数据库运行在归挡模式下,不但备份简单,而且可以不需要外部存储设备。 数据库逻辑备份方法 ORACLE数据库的逻辑备份分为三种模式:表备份、用户备份和完全备份-ORACLE database there are two types of backup m