搜索资源列表
adoclass
- 一个我改装过的VC的ADO类,直接导出ADO原形,可以用来连接SQL server,Oracle等各种数据库,连接处理速度很快。而且经我封装后基本很象Delphi的TADO...VCL对象了:) - I have reequipped the VC ADO kind, directly derives the ADO primary form, may use for to connect SQL server, Oracle and so on each kind of database,
test-2000002993
- delphi通过odbc连接sql sever数据库-delphi connect to sql server by odbc
OdsApi20051017
- 开放数据服务接口单元文件, 转换VC6和VC7下的srv.h等头文件为pas文件,方便Delphi编写SQL Server的扩展存储过程. -open data service interface modules, switch VC6 and VC7 srv.h the first such document pas paper to facilitate the preparation of Delphi SQL Server extended stored procedures.
孙璐璐
- 2、 运行平台 WINDOWS NT 以上(服务器——配有sql sever2000 数据库管理系统) 开发环境 DELPHI 6.0、7.0+SQL SEVER 2000 3、 开发人员 信息与控制工程学院计算机2003级03班 学号:03 孙璐璐 4、 数据需求分析 在程序中所管理的数据主要分为学校下属单位电话、学校学生宿舍电话、以及个人电话的查询。在上述查询中其中主要包括单位的ID、单位的名称以及单位的电话号码属性用以描述起基本信息、宿舍包括宿舍好以及电话号,
SQLServer2000Backup(DELPHI)
- SQL Server 2000数据库备份与恢复(DELPHI版本)-SQL Server 2000 database backup and recovery (Delphi version)
SqlInit
- Delphi动态创建SQL Server数据库,调用SQL Server数据库命令 SP_ATTATCH_DB-Delphi to create dynamic SQL Server database, Calling SQL Server database orders SP_ATTATCH_DB
zs0826
- 使用Delphi 6.0,将指定的文件中所有的CSV文件中的数据加载到SQL Server中
SQL-link
- SQL Server数据库连接参数配套的delphi源代码,调用连接设置功能.
dbtools
- SQL Server 7,2000,2005,2008 管理工具-sql server 7,2000,2005,2008 manage tool
thplus_execsql
- 免客户端 MS SQL SERVER SQL脚本执行,delphi语言编写-Client-free MS SQL SERVER SQL scr ipt execution, delphi language
ywo-sqlview
- 由于SQL数据库的企业管理器对于一般操作员来说有点复杂,就编了这个小工具来使用. 编码不是很规范,一定有很多不足之处,请大家多多指教. 在没有安装SQLSERVER服务器的电脑中,先执行reg.bat,注册一下SQLDMO.DLL,就可以了。 用到的控件有Ehlib、Raize、DevExpress,TMS, 网上都有下载 ywo 2009-11-30-As the SQL database, Enterprise Manager for the a
00004546
- SQL Server to Firebird database converter.
iniPSQL-Server
- ADO控件通过ini文本文件连接SQL Server数据库,更改ini文件内容使Delphi应用程序连接到不同的数据库。-Ini text file ADO control to connect through the SQL Server database, to change the ini file contents to a Delphi application to connect to different databases.
delphiINFileSave
- 选择任一图片或传真文件,使用delphi将其保存进SQL server数据库中-The file to sql server database.
exchange2
- 用delphi开发的用于交换机计费的软件程序,后台使用的SQL SERVER2000数据库-the audit program for switching developed by delphi, the database is SQL SERVER 2000
MRP
- Delphi SQL Server MRP
Delphi超实用的SQLServer 数据库应用函数
- /* 超实用的Delphi平台上对SQL Server数据库调用的功能函数 */ 一个程序平台内可供不同模块调用的函数库。包括SearchTable (查询表存在与否), SearchField (查询表中的某个字段存在与否), SearchView(查询视图存在与否), AddFiled(添加字段),DelFiled(删除字段 ),MyQUery( 查询函数 ), SearchFieldValue(查找表中指定字段上是否存在某值)....(Functions Calle