CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 存储过程

搜索资源列表

  1. W2kSqlextendedproc

    0下载:
  2. BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\\boot.ini ) --删除文件Select dbo.FileDelete( C:\\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\\Test\\test ,1) --文件复制Select dbo.FileCopy( C:\\boot.ini , c
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:568414
    • 提供者:耿海瑞
  1. StoredProcedures

    0下载:
  2. 一个个人自己编写的c#的源程序,实现了使用SQL Server 2005中的托管存储过程(Managed Stored Procedure)和用户自定义函数(UserDefined Function) ,是一个不错的、完整的程序,共享出来给大家一起学习。-one prepared by the individuals themselves c # source, the realization of the use of SQL Server 2005 hosting storage proce
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25397
    • 提供者:小林
  1. sp_tree

    0下载:
  2. 在sybase client端中执行后显示存储过程依赖关系的树状结构
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:999
    • 提供者:jz
  1. java_for_oracle

    0下载:
  2. Oracle中用Java语言来开发存储过程-Oracle used to develop Java Stored Procedure
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:763578
    • 提供者:smile
  1. CSharpCreate

    0下载:
  2. 代码自动生成器 根据数据库定义的表结构, 自动生成C#应用开发的代码(包括数据定义层, 数据访问层, 以及数据库中存储过程的自动生成, 此项目中没有数据库访问原码(MainHead), 请下载我另外上传MainHead.rar-automatic code generator based on the definition of the database table structure, Automatic Generation Application Development C# code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:144737
    • 提供者:ZXZ
  1. pro_sql

    0下载:
  2. 存储过程脚本程序源码,自己过去写的方便编写存储过程的程序,能够选中表-〉选择字段-〉自动生成增加、修改的存储过程-stored scr ipt source of his past was prepared to facilitate the process of storage procedures, selected to Table-> choice field-> Automatic Generation add, modify the storage process
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:503136
    • 提供者:李绍龙
  1. Update_DB

    1下载:
  2. 以前做项目时,客户安装的系统,总是要进行数据库升级,所以自己写了,通过把升级的表、存储过程等生成脚本,然后用此工具连接客户数据库,运行即可升级(转载请注明原作者)-the former item, the customer installed the system, a database is always upgrading, so their written. By upgrading the table, storage processes generated scr ipt, and t
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45907
    • 提供者:李绍龙
  1. user_omcr.tar

    0下载:
  2. linux下c 编写的 某项目代理服务端部分的代码。其中包括网络通信,处理数据过程以及数据库存储过程等。相信会对大家有一定帮助。-c prepared by the agency services for a particular project-part of the code. These include network communications, data processing process, and database storage processes. We believe th
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:730762
    • 提供者:lij
  1. DataBaseschool

    0下载:
  2. 这是1个数据库,可用于学校内部一些系统的开发来用,最适合电子选课系统最为其数据库。内部还定义了存储过程,非常方便。-This is a database that can be used within some school systems development and use, Elective most amenable to the electronic system most of its database. Also within the definition of the stor
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:84950
    • 提供者:zhoujiayi
  1. SendShortMessage

    0下载:
  2. 短信模块通过串口与PC机相连,该程序操作短信模块,发送手机短信,不支持接收手机短信,短信内容是从Microsoft SQL server中读取的,数据表和存储过程都提供了。开发平台是.net,语言是C#。操作短信模块指令是AT指令。-messaging module and the PC serial port connected to the messaging module operating procedures, send SMS, not receiving support SMS,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:93505
    • 提供者:王慧璐
  1. sql2excel

    0下载:
  2. sql数据直接导出到excel文件,基本上是个通用的存储过程-sql data directly exported to excel document is basically generic storage process
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:1786
    • 提供者:王刚
  1. studentmanagementinformationsystems

    0下载:
  2. 这个是用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
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:382179
    • 提供者:lch
  1. Cforum(.net)

    1下载:
  2. 基于c#实现的一个网络论坛,DB为sql server,其中用到了C#设计模式的相关思想,数据库操作用存储过程,效率高-based on the realization of a network forum, DB to sql server, which uses C# Design Patterns of thinking, database stored procedures operate with high efficiency
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:618903
    • 提供者:钟波
  1. sql-ktvManagement

    0下载:
  2. 这是我大三做的数据库综合实习,基本上这个东西应付老师的是够了的,存储过程等环节的实现及产品的需求说明书等都包含在里面,包括实现用的ddl语言在内-This is my church doing internships integrated database, basically the thing is to meet the teachers enough. such links storage process and the realization of the demand for pro
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:474680
    • 提供者:4587
  1. DBAccess00

    0下载:
  2. 操作 数据库存储过程的类,用了很久的 很不错-operation database storage process of categories used for a long time very well
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2554
    • 提供者:万金油
  1. vb60

    0下载:
  2. rar-把“数据访问器”的代码整理出来,虽然比较小,但是有用着的朋友可以直接使用了。...rar-SQL语句和源代码!存储过程和事务与游标-rar - "data access device" code sorted out, although relatively small, However useful to our friends in the direct use of. ... Rar-SQL and source code! Stored procedures
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:3091
    • 提供者:123
  1. 5456

    0下载:
  2. rar-把“数据访问器”的代码整理出来,虽然比较小,但是有用着的朋友可以直接使用了。...rar-SQL语句和源代码!存储过程和事务与游标-rar - "data access device" code sorted out, although relatively small, However useful to our friends in the direct use of. ... Rar-SQL and source code! Stored procedures
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:3091
    • 提供者:123
  1. VBlw

    0下载:
  2. rar-把“数据访问器”的代码整理出来,虽然比较小,但是有用着的朋友可以直接使用了。...rar-SQL语句和源代码!存储过程和事务与游标-rar - "data access device" code sorted out, although relatively small, However useful to our friends in the direct use of. ... Rar-SQL and source code! Stored procedures
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:118419
    • 提供者:123
  1. StoredProcedure

    0下载:
  2. 有关学生管理系统存储过程的 有关学生管理系统存储过程的-the student management system storage process of the student management system storage process
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:1047
    • 提供者:shenfei
  1. xp_md5_cppfans

    0下载:
  2. 这个存储过程是计算 MD5 值的,可以用来进行密码认证加密等。 SQL Server 的扩展存储过程 (Extended Stored Procedure, 简称 XP) 是通过在 MSSQL 数据库注册封装在 .dll 里面的函数实现的, 而这个 .dll 应该按照 M$ 提供的规则, 并且要连接 MSSQL 的库文件。由于 C++ Builder 自带的 MSSQL 库文件 OPENDS60.LIB 比较旧, 本文提供新版本的 OPENDS60.LIB 库文件, 支持 MSSQL
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:37268
    • 提供者:王乾
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com