搜索资源列表
-
0下载:
本程序是用delphi开发的新生报名管理系统
该程序的数据库是采用SQL server建的-this procedure is delphi development of the new application procedures for the management system is a database using SQL s SP built
-
-
0下载:
这个存储过程是计算 MD5 值的,可以用来进行密码认证加密等。
SQL Server 的扩展存储过程 (Extended Stored Procedure, 简称 XP) 是通过在 MSSQL 数据库注册封装在 .dll 里面的函数实现的,
而这个 .dll 应该按照 M$ 提供的规则, 并且要连接 MSSQL 的库文件。由于 C++ Builder 自带的 MSSQL 库文件 OPENDS60.LIB 比较旧,
本文提供新版本的 OPENDS60.LIB 库文件, 支持 MSSQL
-
-
0下载:
本程序枚举SQL Server服务器.可以用它来列举出计算中所有的SQL服务器和数据库.-the procedure except to the SQL Server. Can be used to set out all the terms of SQL services Treasury devices and databases.
-
-
0下载:
一个通过扩展SQL Server存储过程发送UDP消息的例子.-through an expansion of SQL Server stored procedure this news UDP example.
-
-
0下载:
由于读者的机器具体情况的不同,可能需要读者修改数据库连接字符串中的SQL Server服务器名、数据库名、连接方式、账号和密码才能让程序正常地连接到数据库。本书中使用的数据库服务器名为本机(localhost), 数据库名为“海巧味渔业股份有限公司-As the reader s specific circumstances of different machines, the reader may need to modify the database connection string in
-
-
0下载:
SQL Server数据库安装程序.本程序通过列出可用远程SQL Server列表,将本地数据库文件安装到指定的远程服务器上。-SQL Server database installation process. This procedure can be used through the remote SQL Server are listed in the list will be installed on the local database file to the specified re
-
-
0下载:
SQL SERVER环境下实现存储过程的例子,可以返回字符串,时间,对开始使用存储过程的人会有很大的帮助的-SQL SERVER environments stored procedure example, can return to the string, time, to start using the stored procedure will be of great help to people of
-
-
0下载:
如何使用SQL SERVER创建数据库,本例子使用了几个简单的列表,调用了存储过程,供大家参考学习-How to use SQL SERVER to create the database, this example uses a few simple lists, call the stored procedure for your learning
-
-
0下载:
用vc6.0编写的SQL Server扩展存储过程,可以用于加密解密。带安装使用的sql脚本。-Vc6.0 prepared with SQL Server extended stored procedure that can be used for encryption and decryption. With installation sql scr ipt.
-
-
0下载:
示例程序分别是在Delphi 7、PowerBuilder 9.0、Visual Basic.NET 2003、Visual C#.NET2003和SQL Server 2000个人版下调试通过的,不同的版本可能存在差别。另外,使用的操作系统是Microsoft Windows 2000(Professional,Server),原则上操作系统对程序没有影响,不过作者没有在其他操作系统平台上调试这些程序。在配套光盘中,作者提供了示例程序的源代码。另外,建议读者重新编译所有示例程序,进而熟悉它们的
-
-
0下载:
简单的C#调用SQL Server存储过程代码自动生成程序(SQL Server 2000和2005)-C# call a simple SQL Server stored procedure code automatically generated procedures (SQL Server 2000 and 2005)
-
-
0下载:
Microsoft SQL Server 2005 Stored Procedure Programmingin SQL and dot NET 3rd.Ed Book
-
-
0下载:
VC++ sql server 存储过程操作,主要是传递时间参数。和数据类型的转换,希望对大家有所帮助。-VC++ sql server stored procedure operation, the main parameters of the passing of time. And data type conversion, we want to help.
-
-
0下载:
This returns a string containing row sets in XML format. The method, GetXML, takes as parameters:
DBService = SQL Server connection parameters, i.e.
“Data Source=XXX Initial Catalog=YYY Integrated Security=SSPI ”
ProcedureName = stored procedur
-
-
0下载:
this a example of Store procedure in sql server using asp.net-this is a example of Store procedure in sql server using asp.net
-
-
0下载:
Using SQL 包括在ADO中调用、执行SQL Server中的存储过程,在ADO中使用事务处理-Using SQL in ADO calls, to execute a stored procedure in SQL Server, use transaction processing in ADO
-
-
0下载:
sql server 编程常用代码复杂查询,过程代码,触发机制使用技巧等-sql server programming code used complex queries, procedure code, the trigger mechanism to use skills
-
-
0下载:
《数据库原理》实验讲义 SQL Server版。有助于大家学习sql serve。掌握插入数据、修改数据和删除数据语句的常用形式。掌握索引的建立、删除及使用;2.学习单表查询、连接查询、嵌套查询和集合查询; 3.学习插入数据、修改数据和删除数据语句的非常用形式,学习事务的概念、性质、定义及使用;
2.学习游标的概念、组成、创建及使用;
3.掌握存储过程的概念、类型、特点、创建、执行及管理。4.学习触发器的概念、创建、管理及使用。-" The database principle" e
-
-
0下载:
Convert Stored Procedure Syntax SQL Server 2012 to Informix
-
-
0下载:
实用简单的sqlserver存储过程:包括创建数据库,获取实例服务器IP;获取实例服务器空闲硬盘大小;赋予权限-Practical simple sql server stored procedure: including creating a server instance to obtain IP Gets an instance of the server the size of free hard disk to give permission
-