搜索资源列表
DYNDATA
- 动态连接ODBC数据库.使用通过数据源的名称动态链接访问ODBC数据库,如果程序中使用的数据库程序运行时是不确定的,数据库表中的域和记录可能被改变,那么通过指向数据库的数据源动态的对该数据库进行操作是比较好的方法.-Dynamic Link ODBC database. Data sources through the use of the name of Dynamic Link visit ODBC databases, If the procedure is used in the dat
mintree
- 建立链表,根据界面的操作类型,进行各项操作
ement
- 使用单向链表来实现对药品的增加. 删除等操作. 我修改了几次算法,优化了一下. 如果有不足之处,还望各位多多指点
中文版SQL Server2000开发与管理应用实例
- 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5 支持的并发用户数和数据库容量 12 1.6 SQL Se
demo
- vc++6.0编写对sql2005进行查、插、删、改操作.采用udl文件链接数据库,使用时请配置udl文件,数据库名为student ,可以根据代码创建,很简单的,就一张表,这里就不贴了。-written on the sql2005 vc++6.0 to check, insert, delete, change operations. udl file link with the database, please use configuration udl file, the databas
200781516129766
- 系统使用说明:在IIS设置中,文档,添加index.html为主页 1.根目录下的database_type.asp文件为数据库链接配置文件 ------------------------------------------------------------ Const Database_type=0 1为SQL,0为ACC(此版本为access版本) Const SqlDatabaseName="wygkcnalibaba" SQL数据库的名称
WebCourse
- 详细介绍了选课系统的c语言代码,运用指针链表的操作,文件的应用-Selection system described in detail the c language code, using pointer operation list, the application documents
C-five
- 本程序实现了在数据库系统中对单链表进行操作,具体实现了在指定位置插入指定值,对于初学链表的人来说有一定的帮助-This program is realized in the database system of single operation, the realization form in a specified position insertion specified value chain for beginners
23
- 链表的删除和插入操作的实现,源码是用C语言描述的-Remove and insert the list implementation, source code is described in C language
Linear-chain
- 线性表的链式表插入删除合并等操作(含主函数)-Linear chain table into a table to delete consolidation.
phone
- 通过对一个链表结构的电话本的操作(增、删、查)来熟悉oracle数据库的连接于SQL语句。-Phone book for a list structure operations (add, delete, check) to become familiar with the connection to the oracle database in the SQL statement.
ADOSQL
- C++链接数据库SQL,实现对表的操作。-C++ linker database SQL, implement operations on the table.
DDL、DML和DCL的区别与理解
- DDL、DML和DCL的区别与理解 数据操纵语言。它们是SELECT、UPDATE、INSERT、DELETE,就像它的名字一样,这4条命令是用来对数据库里的数据进行操作的语言。 数据定义语言。DDL比DML要多,主要的命令有CREATE、ALTER、DROP等,DDL主要是用在定义或改变表(TABLE)的结构,数据类型,表之间的链接和约束等初始化工作上,他们大多在建立表时使用。(The differences and understanding of DDL, DML and DCL)