搜索资源列表
OleDBDLL2
- 这是一个基于COM的数据库访问技术,采用 OLE_DB来封装,高速访问各种数据库接口, 比ADO ODBC_API速度更快,效率更高。强烈 推荐- This based on the COM database visit technology, uses OLE_DB to seal, high speed visits each kind of database interface, compared to ADO ODBC_API speed quicker, the efficienc
ADO.NET高级编程
- ADO.NET高级编程-ADO.NET high-level programs
DiamondAcces2.1 D7
- Diamond Access is a set of Delphi components, that provide high-speed performance when working with Microsoft s Access databases. Diamond Access uses Data Access Objects 3.5/3.6 (DAO) to work directly with Jet engine, providing fastest possible inter
oracle oci
- 这是Oracle OCI接口,可以直接在C++中代码访问Oracle的数据库,速度非常快。是开发高性能的数据库程序的必备API。-This is the Oracle OCI interface, and can directly in C code to access Oracle database, speed very quickly. The development of high-performance database API for the future.
PerfTimer
- This class encapsulates Query Performance Counter for high precision timing 提高查询性能的类(3KB) -This class encapsulates Query Performance Counter for high precision timing to improve query performance by category (3KB)
SQL入门使用与高级使用篇
- SQL入门使用与高级使用篇。 SQL入门使用与高级使用篇。-SQL entry with the use of the use of the High chapter. SQL entry with the use of the use of the High chapter.
dbtodb
- 本源码为电子警察数据库备份工具,实现了对远程SQL Server2000数据库的连接和本地数据库的保存、文件备份等功能。由于远程数据库源码不便携带,所以这里关闭了ADO连接,不过读者可通过代码中使用到的字段进行建立。本代码算不上什么高质量的代码,里面的设计思想也只适合与RAD的设计思想,但是可以演示远程和本地数据库的一些控制方法,希望读者批评指正。-the source for electronic police database backup tool, a pair of remote SQ
Form1aprior
- 用C#实现Aprior算法,算法都用数据实现,效率不是很高,主要体现aprior思路. 在visual studio 2003环境下通过编译-C# Aprior algorithm, the algorithm are used to achieve data, efficiency is not very high, mainly reflected aprior ideas. The visual studio environment through 2003 compiler
SQLite3_MFC
- SQLite 3.x的一个C++封装类。基于MFC。SQLite是一种高效的嵌入式数据库。-SQLite 3.x a Class C Packaging. Based on the MFC. SQLite is a high-performance embedded database.
ATMMONI
- 模拟 自动取款、收款机的操作,真实度很高,利用 数据库 构建-simulated ATM, cash registers, the operation was real high, the use of database construction
vc_library_MIS
- 用VC开发的图书馆管理信息系统,用较高的实用价值。无密码!-development of the VC library management information systems, with high practical value. No password!
verycms20060429
- VeryCMS 是一套基于php+mysql 数据库平台架构的网站信息门户。该系统延续了PHPWind 一贯的优势:安全、稳定和高负载性。采用html 静态页面和高速缓存技术,充分挖掘PHPWind 系列产品的资源优势,实现智能化管理。-VeryCMS is based on php mysql database platform structure of the website information portal. The system continued Katz consistent a
zhinengkaoqin
- 统主要由考勤机和考勤软件两部分组成,考勤机集成了发卡机、读写器、和数据传输卡,可以脱离微机单独使用,其大容量、高可靠性的存储能力,足以应付人数众多的单位使用;高度集成、功能强大的考勤软件让原本枯燥、繁琐的考勤管理变得轻松、愉快 -EC mainly by the appraisal and appraisal software for the two components, for integration of attendance card issuers, Reader, and dat
softhy622c
- 1。使用ASP.NET+C# VS.NET 2003制作,代码和界面分离,调试维护方便。是用用户控件,大量修改方便。 2。使用SQL2000,支持大数据量的应用。 3。贴图看图功能强; 4。无第三方控件,调试运行方便; 5。代码完全开放,使用技术简单明了,适用于初学者学习,也适用于中高级开发人员发展分支。-1. ASP.NET C# VS.NET 2003 production, and interface code separation, ease of maintenance and deb
ppingCity
- 武汉爱迪科技发展有限公司是一家从事感应IC卡智能识别终端设备的开发和系统集成的高科技企业。几年来我们与国内外知名品牌的合作,为客户提供考勤、门禁、消费、巡更、会议签到、自动停车场管理,企业一卡通、校园一卡通、智能小区、智能大厦综合管理、等系统解决方案。由于品质稳定可靠功能强大,在湖北市场服务了200多家用户,是湖北IC卡系统的龙头企业。-Wuhan Technology Development Co., Ltd. is engaged in an intelligent sensor IC ca
3-tier test
- 一个三层应用程序,演示如何通过ADO对象以及存储在SQL Server中的Procedure实现高性能的数据访问(在运行程序前首先要设置SQL Server,在压缩包中有一个Procs.sql的文件,首先在SQL Server上运行该文件设置SQL Server数据库)-a three-tier applications, demonstrating how ADO and SQL Server stored in the Procedure to achieve high-performanc
datadraw3.0.8.tar
- DataDraw is an ultra-fast persistent database for high performance programs written in C. It s so fast that many programs keep all their data in a DataDraw database, even whi le being manipulated in inner loop s of compute intensive appl icatio
计算机应用硕士论文__数据仓库体系结构设计
- 北京邮电大学计算机应用硕士论文__数据仓库体系结构设计 包括答辩稿 水平自然是高希望对你有所帮助-Beijing University of Posts and Telecommunications Computer Application master's thesis __ data warehouse architecture design includes text reply is naturally high level of hope for your help
SQL SERVER与ACCESS、EXCEL数据转换
- This a p熟悉SQL SERVER 2000的数据库管理员都知道,其DTS可以进行数据的导入导出,其实,我们也可以使用Transact-SQL语句进行导入导出操作。在 Transact-SQL语句中,我们主要使用OpenDataSource函数、OPENROWSET 函数,关于函数的详细说明,请参考SQL联机帮助。利用下述方法,可以十分容易地实现SQL SERVER、ACCESS、EXCEL数据转换,hoto of a general purpose timer/counter card
High-precision
- 进行过运算符重载,可以作为高精度类的模板直接调用-Operator overloading can be used as high-precision direct calls to the class template
