搜索资源列表
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.
鞋塑企业的计件工资系统
- 这是我在去年年底利用业余时间做的一个鞋塑企业的计件工资系统。由于本人技术有限,请各位下载看过源码的同仁能给些建议,谢谢了。 我的Email:softboy@vip.sina.com QQ:9844389 验证信息:DFW,谢谢了!以下我说一下使用源码注意项: 1、Windows2000 Professional SP3、DELPHI 6.0、SQL Server2000的开发环境; 2、开发目录为:D:PieceRate,数据库备份存放于Data目录中,还原SQL
studentmanagementinformationsystems
- 这个是用oracle和delphi开发的学生信息管理系统 包括oracle的存储过程和源码-this is the development of Delphi oracle and the student information management system, including the oracle the storage process and the source
FirebirdCS-2.1.0.17798-0.i686.tar
- 2000年7月,Borland(即现在的Inprise)公司公布了其数据库产品Interbase的源代码.Firebird数据库就是从该数据库中派生出来的.当时,Interbase是与客户/服务器版本的Delphi产品捆绑在一些销售的.现在,Interbase已经变成了一只开放源码中的 “火鸟”. 技术特点: Firebird相对MySQL和PostgreSQL来说比较小,这也使其可以称得上是理想的“嵌入式数据库”,可用于与其它应用程序服务器和应用程序 捆绑。Firebird具有大
存储过程助手
- delphi编写的存储过程助手,能简化存储过程编写-prepared by the storage process facilitator, to simplify the process of preparing storage
MsOdsApi
- opends60.dll的Delphi头文件,让Delphi支持开发SQL扩展存储过程-opends60.dll the Delphi header files, so that Delphi support the development of SQL extended stored procedure
analyzeSQL
- 分析大型系统源代码中包含的SQL语句,解析这些SQL语句访问的数据表和条件表达式,连接数据库,探测对应的数据表包含的记录个数和参与条件过滤的字段的有效值个数,为数据表构建索引策略提供,并自动生成索引创建脚本。目前支持的开发语言有Java、C++、Delphi、Oracle(存储过程、触发器)。-Analysis of large system source code is included in SQL statements, explains these SQL statements to a
8
- Delphi调用SQL分页实现存储过程实例-Delphi call SQL paging stored procedure instance
medic
- 本文重点研究的是医院西药药房管理系统,此系统实现了对医院药房各项工作的管理,其中包括药品管理、值班管理、主任管理和处方确认等几个主要模块。系统是标准的C/S结构,在后台数据库中使用了大量的存储过程,这在数据库访问量特别大,或者是查询频率相当高的时候,能显著地提高系统性能。系统采用基于角色的管理方法。 本系统以Delph6.0 为前台开发工具,以SQL-Server2000为后台数据库,界面友好,易于使用。 -This article focuses on the western medi
computer
- 电脑公司销售、财务管理子系统 本文重点研究的是电脑公司管理信息系统,此系统实现了对电脑公司各部门各项工作的管理,其中包括人事管理子系统、仓库管理子系统、销售与财务管理子系统、客服管理子系统等几个主要模块。系统采用B/S结构与C/S结构相结合的形式,在后台数据库中使用了一定量的存储过程、触发器和视图,这在数据库访问量特别大,或者是查询频率相当高的时候,能显著地提高系统性能。-Computer sales, financial management sub-system in this arti
07050412
- 使用源码注意项: 1、Windows2000 Professional SP3、DELPHI 6.0、SQL Server2000的开发环境; 2、开发目录为:D:PieceRate,数据库备份存放于Data目录中,还原SQL Server后名为PieceRate; 3、目前客户3站点在使用,初次运行时服务器名、客户机名的设置大家应该会吧,不会就QQ吧。 4、里面有大量数量,数据日期为2003年1月份的,所以大家查看统计时要注意日期,如果统计全部人员的数据耗时会比较长一些; 5、统计大部分使用了
OracleProc
- delphi中调用oracle的存储过程[分带返回游标,不返回值两种] 关键字: delphi ,oracle存储过程,游标,返回数据集,报表-delphi call oracle stored procedure [points with the cursor back, do not return the value of two] keywords: delphi, oracle stored procedures, cursor, return data sets, stateme
111
- 导出EXCEL表,运用存储过程,实现远程登录,打印报表,摄像头管理-Export EXCEL table, the use of stored procedures, remote login, print statements, camera management
hotel
- 酒店管理系统(界面+数据库设计+数据库脚本+存储过程)-hotel
2010111119523970
- SQLServer2000解密存储过程 资源类别: Delphi源码¦数据库 -SQLServer2000 decryption stored procedure resource categories: Delphi source ¦ database
SQL2K_DES
- 源码中详细介绍了如果用Delphi开发SQL 2000的扩展存储过程,描述了扩展存储过程中接收参数以及输入结果的过程及其实现。-Source described in detail in Delphi development using SQL 2000 if the extended stored procedures, extended stored procedures described in the receiver parameters and the input process a
Delphi-CREATE-PROCEDURE-myInsert
- Delphi与SQL_Server存储过程编程详解-Delphi and SQL_Server Detailed Stored Procedure Programming
delphi-call-sqlserver
- delphi调用sqlserver的存储过程和函数-delphi call sqlserver stored procedures and functions
Delphi_576826
- Delphi存储过程使用例子,演示如何创建和删除存储过程,通过可视化程序创建存储过程,新手参考。-Delphi stored procedure example demonstrates how to create and delete stored procedures, create a stored procedure through visualization program, novice reference.
Delphiccgc002
- Delphi存储过程使用例子,演示如何创建和删除存储过程,通过可视化程序创建存储过程,新手参考。-The Delphi stored procedure example, demonstrates how to create and delete the stored procedure, create a stored procedure by visual program, novice reference. In the examples, very simple, in the Delp