搜索资源列表
xp_md5_cppfans
- 这个存储过程是计算 MD5 值的,可以用来进行密码认证加密等。 SQL Server 的扩展存储过程 (Extended Stored Procedure, 简称 XP) 是通过在 MSSQL 数据库注册封装在 .dll 里面的函数实现的, 而这个 .dll 应该按照 M$ 提供的规则, 并且要连接 MSSQL 的库文件。由于 C++ Builder 自带的 MSSQL 库文件 OPENDS60.LIB 比较旧, 本文提供新版本的 OPENDS60.LIB 库文件, 支持 MSSQL
cnetEXCEL
- 这个是在c中操作excel文件的源程序.net2003环境中实现,主要事如何生成excel报表。-this is the c operate excel document of the source. Net2003 environment achieved, the main thing we generate excel statements.
C_SQL
- 这个是sql嵌入到c语言中的例子 原来:EXEC SQL CONNECT TO SKY.exp USER sa.sa //连接到数据库 更改:EXEC SQL CONNECT TO 8BC1D82B889C4FF.xixi USER sa. //连接到数据库 我装sql server时没改名,名字就叫8BC1D82B889C4FF xixi是一个数据库的名字 sa的密码为空。
database
- 介绍c#如何连接sqlserver的程序 这个是我找到的一个很好的启蒙PPT-Describes how to connect sqlserver c# program I have found this is a good starting PPT
SQLretrieval
- 这是用C#和SQL相连的数据库程序,通过这个程序的成功运行,我们可以对数据库进行数据库检索的功能-This is a C# And SQL database connected through the success of this process running, we can search the database to carry out the functions of a database
bbs
- 本论坛是用C#+sqlserver2005开发的,登陆这个论坛,用户可以查看论坛信息、发言、回复。-This forum is the development of C#+ sqlserver2005 and landing this forum, the user can view the forum for information, to speak back.
database
- 这个资源是数据库开发与工程应用篇这本书的源码,对学习本书的人很有帮助。-This resource is the Visual C++ practice and improve the database development and engineering application of the source code of this book chapter, to learn from this book were very helpful.
DemoWebSite
- 这个是演示使用SQL Server+C#编写的网站示例程序-This is to demonstrate the use of SQL Server+ C# sample programs written in web site
linq
- linq to sql 数据库实体类生成工具的C#源代码,用linq的朋友,这个东东很不错的哈-linq to sql database entity class generation tool C# source code, with linq friends, this stuff is very good, ha!
1
- 这个程序是将c:\1.pdf存储到数据库中,然后通过blob类型的变量将存进数据库中的1.pdf读出来并保存为c:\test.pdf。-This program is c: \ 1.pdf stored in the database, and then through the blob type variable will be deposited into the database 1.pdf read out and saved as c: \ test.pdf.
code
- 教学交互平台的设计与实现:C#语言程序设计的教学平台。通过信息系统开发方法、系统建模等技术手段进行了该系统与总体数据的规划、设计和实现。 在教学交互平台设计与实现过程中采用了基于.NET技术组建的教学网站的基本框架的思想,以及B/S等技术的网络软件体系结构,采用.NET、SQL Server作为网站开发平台,和SQL Server Management Studio技术作为访问与移植数据库的工具,以.NET技术作为网络动态应用的手段。利用C#语言教学网站这个平台可以建立开放式的教学模式,能充
WordDemo
- 使用c#查询数据库,并且调研插件生成word文档,这个是测试可以使用-Query the using c#, and research plug-in generates word document, this is a test you can use
SQL2000SampleDb
- 数据库SQLSERVER2000后就不自带示例数据库了,这个是示例数据库的脚本 安装方法: 1、安装SQL2000SampleDb.msi后在C盘下有目录SQL Server 2000 Sample Databases,该目录下有instnwnd.sql、instpubs.sql脚本 2、打开SSMS,“文件---打开---文件”选择上面两个脚本即可创建示例数据库(After the database SQLSERVER2000, the sample database is not br