搜索资源列表
god
- ERP人力管理系统````````本系统开发工具为Delphi+Sql SERVER 2000,采用ADO技术连接数据库
ypglxtlw
- 本系统是以面向对象语言在Delphi 6.0 为前台开发工具,以SQL Server 2000为系统后台数据库,利用Delphi 6.0所拥有ADO控件来连接后台数据库,以实现系统框架。并且能在Windows 2000环境下运行通过。
Over byte Ics V6 beta
- delphi分布式开发的另一种实现,组件封装了很多底层的处理,并且有自己的实现协议,服务器端,采用多线程处理,以满足并发要求,不过遗憾的是,带的demo是基于BDE数据库引擎的。但对高手来说,改成ADO方式并不困难。-distributed development delphi another realization of the underlying components of the package deal with a lot and have their own realization
mxymxy_dcom_demo
- ADO+DCOM例程 服务器与客户端 有源码 请大家指点-ADO+ DCOM server and client routines have a source please advice
Delphi
- 在远程数据库和分布式数据库等复杂系统中, 数据库引擎技术的选择是影响系统执行效率的关键因素。本文基于 Delphi 下, 介绍了Delphi 中连接SQL Server 2000 数据库的两种主要方式: BDE 引擎和ADO 技术, 并以信息管理系统为例, 详细阐述了这两种方法的实现过程。-In the remote database and distributed database and other complex systems, database engine technolog
111
- delphi中通过使用ADO技术把图片导入SQL Server-how to add images into sql server
Delphi-student-xinxiguanli
- 本文描述的是基于Windows环境的学生公寓管理系统,对学生公寓管理的需求进行了分析。本系统的主要功能包括:住宿人员的信息查询、出入登记、学生收费、以及对学生住宿情况的查询,可以更快地知道每个学生的住宿情况,使公寓的管理效率更高。系统的设计与开发采用服务器/客户机的系统结构模式,使用Delphi开发工具开发,应用SQL Server2000数据库管理系统,通过ADO连接数据库。-This article describes the Windows environment based on st
About_U
- Delphi编写的通用授权登录界面 -Use of the ADO to read data from SQL Server 2000
ADOConnectionPool
- Delphi做服务器端如果每次请求都创建一个连接就太耗资源了,而使用一个全局的连接那效率可想而知,这样就体现出了线程池的重要了。参考一些例子做了个ADO的连接池,用到项目中挺不错的,分享下。 { *** *** *** *** *** *** *** *** *** * } { Descr iption : ADO连接池 } { Create Date : 2010-8-31 23:22:09 } { Modify Remark :2010-9-1 12:00:09 } {
delphiADOPool
- Delphi做服务器端如果每次请求都创建一个连接就太耗资源了,而使用一个全局的连接那效率可想而知,这样就体现出了线程池的重要了。参考一些例子做了个ADO的连接池,用到项目中挺不错的,分享下。 -Delphi done on the server side, if a connection is created for each request would be too resource intensive, while the use of a global connection that