搜索资源列表
etl_src.zip
- Data Replication Prototype Using ADO
sqlloadll
- 一个sql server扩展存储过程,是一个dll的加载器,可以在sql 语句中进行调用任意dll中的函数,前提是该函数的原形满足规定-a sql server storage expansion process is a dll the loader, the sql statement calling for the arbitrary dll function, provided that the function prototype to meet requirements
200301050545025522
- 医院系统毕业设计 经过分析,我们使用 MICROSOFT公司的 vb开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。 软件源程序-hospital system after graduation design analysis, we used the MICROSOFT company vb devel
etl_src
- 使用ADO的数据复制原型 这是一个几乎在七年前我试图做的数据复制原型。它的一些部份可能仍然很有趣。最初,它使用了一个建造在ODBC上的的专有库,但是它可被容易地修改以使用任何的数据库接口层。 演示例子使用ADO和MSDEV 中自带 Nwind.mdb MS Access数据库。 这个原型引擎使用一个实际的或者人工制定的唯一的数据库内索引来标识一个记录。 在插入记录时可以正确处理Auto-Number或Counter数据类型。通过初始化复制条目集合或复制器类的Init方法中的链接描述符来执行复制计
source
- 高校学生选课管理系统以SQL Server 2000作为后台数据库,前台以Visual C++6.0作为开发工具,首先利用该开发工具提供的各种编程控件,快速建立起系统的原型,然后再对初始原型系统进行不断修正和改进,逐渐形成可运行的系统。-College students course management systems to SQL Server 2000 database as a background, the prospects for Visual C++ 6.0 as a devel
TeamVision
- 这是一款VB.NET版的程序,数据库原形为ACCESS。功能演示添加、删除、修改任务,用户权限指派,一个比较详细的数据库演示示例程序。运行于VS2005环境。-This is a VB.NET version of the program, database prototype for ACCESS. Functional demonstration of add, delete, modify tasks, assign user rights, a more detailed present
Device
- 计量自动化设备检测登记软件.这是一个学习VB操作数据库的好实例。采用VB6开发的,它的原形是一个计量综合自动化装置整机检测登记程序,可以非常详细的登记设备的检测状况。-Measurement registration software testing automation equipment. This is a learning VB a good example of operation of the database. Development using VB6, it is a prot
ADOBLOB
- VC++使用ADO技术将图片存储到Access的实例,程序原型是一个vc++简易相册,打开软件后,可以一张张浏览图片,也可以简单添加BMP格式的图像到相册中,本程序意在演示ADO存储BMP的基础知识,并不是让你使用相册,因为作为一个相册来说,本程序的功能实在太简单。-VC++ using ADO technology to images stored in the instance of Access, the program is a prototype of vc++ easy album,
RegisterModule
- 一个小巧简易的VC++/Access数据库操作的示例小程序:用户资料添加及管理程序,类似一个个人通讯录的雏形程序。主要是练习VC操作数据库,包括添加、删除、修改、查询指定记录等基础类操作。 -A small, simple VC++/Access database operations applet example: add user data and management procedures, similar to the prototype of a personal address
minisql
- minisql,包含极其详尽的代码注释和软件文档,实现了表的定义,查找,插入,删除,索引等数据库操作。是一个数据库原型。-minisql, contains extremely detailed code comments and documentation software, to achieve the definition of the table, find, insert, delete, index, and other database operations. Is a datab
ODBC
- The C++ class to manipulate ODBC functions with a prototype metadata class to generate fields dynamic for using with Statements read values for schema database.
5
- 1. 编写一个使用指针返回类型的函数,使用该函数在字符串中搜索一个子串,并返回第一个相匹配的子串指针。该函数的原型如下: 输入为3行。第一行为两个整数,表示字符串和需要查找的子串的长度。第二行为字符串,第三行为子串。 输出见main函数。 程序的一个输入输出样例为: Enter the length of string and substring 10 5 abcdefghij defgh find substring:defghij -1. Write a
Exp9_2
- 将上题以多文件方式组织,在area.h中声明各个area函数原型,在area.cpp中定义函数,然后在Exp9_2.cpp中包含area.h,定义main函数并执行-Many documents will be on the title to be organized in each area area.h declare the function prototype is defined in the area.cpp function, and then included in the Ex
Exp9_2
- 将上题以多文件方式组织,在area.h中声明各个area函数原型,在area.cpp中定义函数,然后在Exp9_2.cpp中包含area.h,定义main函数并执行-Many documents will be on the title to be organized in each area area.h declare the function prototype is defined in the area.cpp function, and then included in the Ex
