搜索资源列表
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的密码为空。
8021x
- 神州数码802.1x无线认证客户端,这个是模仿人家客户端自己用DEV-C++ 5写的,需要学习的朋友可以研究下.
MySQLCharCount__.tar
- 仿照php的mysqli扩展自己使用MySQL的C Interface实现了一个简单的mysql操作类,并基于这个类写了一个简单的字符统计测试代码
mysql-connector-net-5.1.6-noinstall
- 用于连接C#和MySql数据库的的MySql.data.dll的动态链接库文件,内含有这个动态链接库的学习文件
pro_c
- 详细的pro*C编程要点,非常实用。 这个文档简明
k-d tree C++ source codes
- 空间数据库中空间数据结构的应用,K-d树基本操作的源码,都在这个文档中。-spatial database structure of the data space applications, K-d trees basic operation of the source code in the documents.
hrsys
- VC+SQL开发的公司人事管理系统,可以完成部门管理、员工管理、考勤和考评管理、系统用户管理等,都有比较基本的功能,是拿来练手的,在VC6下顺利编译。 请附加数据库文件,数据库连接信息这个没必要说的吧,在源代码里修改一下,用户名及口令等,另外本程序不只使用一个数据库接口文件,要改的话全部都要改哦。 登录:admin 密码: www.codefans.net-VC+ SQL Development company the personnel management system
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
MySQL_C_API
- 这个是MySQL常用的C语言的API函数,对MySQL与C编程的人有用,是DOC格式的文档。-This is commonly used in C language, MySQL API function, MySQL and C programming useful to people, is the DOC format documentation.
someexamples
- 适合c加加初学者的多道例题,可以从这起步,作为参考,逐步开始这个旅程。-Gaga for beginners c example multi-channel, starting from this, as a reference, and gradually began this journey.
ProC_Cpp_Getting_Started_10g_Release_2
- 如果想用 c 或者 c++ 连接Oracle数据库进行增删改操作,那么看看这个手册吧-If you want to use c or c++ Oracle database connection additions and deletions to operate, then look at this manual it
Orcle_moreThan1000
- oracle中,sql语句的where条件部分,字段所在的集合中,表达式不允许大于1000,这个c#程序,只要传入参数就可以避免这个问题-oracle more than 1000
code
- 这个是最新的数据库的连接和jar包,也是大家最常用的,希望能够得到采用!-this is c language all asdsa adasd ads ads asd !
sqlite-autoconf-3070603.tar
- SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合。这个压缩文件包含了必要的文件。更多资料:http://www.sqlite.org/about.html-This ZIP archive contains all C source code for