搜索资源列表
Delphi用SQLDMO实现带进度条的SQL Server数据库备份
- Delphi用SQLDMO实现带进度条的SQL Server数据库备份!
mirserver(sql)
- 传奇服务器端SQL版本的,现在大多都是DB版本的,这个可以好好研究下-SQL server-side version of the legendary, but now most of the DB version, this can be a good study
P2P
- P2P即时通讯源码(DELPHI编写),无加密,组件齐全,调试非常简单方便! 发送联机或脱机消息,同时可自定义消息字体、颜色、大小等信息,支持插入表情符号,屏幕截取。 支持多人消息群发等功能;在线即时语音、视频聊天 穿透网关防火墙,可在互联网和局域网任意对话 系统采用先进的点对点通讯技术,消息(包括文本、语音、视频、文件)的 传输大多数情况不需要经服务器中转而直接发往接收者所使用的机器,传输速度更快。 而且因服务器仅仅只是起着维护用户状态列表的功能,因此占用资源极少,
dbtools
- SQL Server 7,2000,2005,2008 管理工具-sql server 7,2000,2005,2008 manage tool
XSBYSJ
- 本软件用delphi5+sql server2000开发,xp下测试通过。 超级用户可以输入修改学习内容,题库内容。其他用户进入只能学习其中内容或者做测试题。测试题主要包括:选择、填空、判断三类,出题类型包括1.章节课后题 2.系统随机选题两大类。测试完成后可以进行判断对错(评分),及时解答等功能;如果自己机器上面没有安装数据库sql server,则进入演示版。如果哪位朋友需要这方面的资料(源码)可以联系QQ:34636908(注明要求,否则本QQ号不随意加人)。-The software
SuperDBConverter
- 不同数据库的转换 用delphi实现access excel sql server 等数据库的转换-Use different database delphi implementation of the conversion access excel sql server database, such as conversion
EXCEL-sqlserver_DataPop
- 完成从EXCEL文件向SQLSERVER的数据导入和导出,能自动识别数据有效范围,对于用户完全屏蔽EXCEL的启动过程;-DataPopline From SQL Server To Excel File.
HRXT
- 本系统是结合行业管理中实际的人力资源、工资制度,经过实际的需求分析,采用功能强大的Delphi 7做为开发工具,SQL SERVER 2000做为数据库开发出来的单人力资源管理系统。整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成人力资源、工资管理的全过程,使得人力资源管理人员得以摆脱繁重的日常工作,集中精力从战略的角度来考虑企业人力资源规划和政策。-The trade management system is a combination of the actual human
SQL-Server-application-development-technology
- sql server 应用技术开发电子课件,给出了sql server关系型数据库的详细解析,并介绍了delphi和asp两类应用系统的设计开发-sql server application technology development of e-courseware, given relational database sql server detailed analysis, and introduces the two types of delphi and asp application
UniDAC3.0.3
- 最好的数据库连接组件,可连接Oracle 、SQL Server 、MySQL 、InterBase 、PostgregSQL 、SQLite、ACCESS、ODBC、Advantage 、ASE。数据库开发首选,-The best database connectivity components, can connect Oracle, SQL Server, MySQL, InterBase, PostgregSQL, SQLite, ACCESS, ODBC, Advantage, ASE
cwjxcerp
- delphi+SQL server 2000 进销存软件,客户/服务器架构-delphi+ SQL server 2000 Invoicing software, client/server architecture
atm
- 用Delphi、SQL Server做的ATM取款机系统,分管理员和储户权限。储户有查看、转账、存款、取款、改密码等功能。管理员有查看、改密码、挂失、注销等功能。可以说就差个联网功能了 -atm
shequwuye
- 一、把data文件夹的SQL数据库文件导入 SQL Server 2000里。 二、在delphi里头的 BDE Administrator 新建一个 STANDARD 并命名为 STANDARD2 把PATH路径 设置为 work 文件夹 里头的DB数据表-First, the data folder of SQL database file into SQL Server 2000 in. Second, delphi inside the BDE Administrator to cr
SQL.Server.Data.Access.Components(SDAC).v3.50.0.1
- SQLServer Data Access Component For Delphi - FullSource
delphi_sql
- delphi sql server 2005 control and samples program
SQLServerBackuprestore
- sql server数据库备份恢复,可以保存备份列表,恢复时可以中断正在使用的连接,还可以附加mdf文件-sql server database backup and recovery, you can save the backup list, resume interrupted when the connection is being used, you can also attach mdf file
SQL-Server-2005
- 本光盘是《SQL Server 2005实例精讲》一书的配书光盘,内容包括了书中例题的Word、SQL等文件以及Delphi、JBuilder 2006源程序。-This CD is the " SQL Server 2005 instance Jing Jiang," a book with the book CD-ROM containing the book example of the Word, SQL and other files, and Delphi, JBu
SQL-Server
- Delphi编写的SQL Server数据库安装程序
SQL.Server.Data.Access.Components(SDAC).v3.00.2.9
- SQL Server Data Access Components (SDAC) is a library of components that provides native connectivity to SQL Server from Delphi, C++Builder, Lazarus (and Free Pascal) for both 32-bit and 64-bit Windows platforms. SDAC-based applications connect to SQ
Delphi超实用的SQLServer 数据库应用函数
- /* 超实用的Delphi平台上对SQL Server数据库调用的功能函数 */ 一个程序平台内可供不同模块调用的函数库。包括SearchTable (查询表存在与否), SearchField (查询表中的某个字段存在与否), SearchView(查询视图存在与否), AddFiled(添加字段),DelFiled(删除字段 ),MyQUery( 查询函数 ), SearchFieldValue(查找表中指定字段上是否存在某值)....(Functions Calle