文件名称:xp_md5_cppfans
介绍说明--下载内容均来自于网络,请自行研究使用
这个存储过程是计算 MD5 值的,可以用来进行密码认证加密等。
SQL Server 的扩展存储过程 (Extended Stored Procedure, 简称 XP) 是通过在 MSSQL 数据库注册封装在 .dll 里面的函数实现的,
而这个 .dll 应该按照 M$ 提供的规则, 并且要连接 MSSQL 的库文件。由于 C++ Builder 自带的 MSSQL 库文件 OPENDS60.LIB 比较旧,
本文提供新版本的 OPENDS60.LIB 库文件, 支持 MSSQL 2000 版本的-storage process is the calculation of the value of MD5 can be used for password authentication encryption. SQL Server extended stored procedures (Extended Stored Procedure , or XP) through the MSSQL Packaging registered in the database. dll to the function of achieving, while this. dll accordance with the M $ provide rules, and to connect MSSQL of the library. As Builder's own C library file OPENDS60.LIB MSSQL older, this new version of the OPENDS60.LIB libraries, support MSSQL 2000 version of the
SQL Server 的扩展存储过程 (Extended Stored Procedure, 简称 XP) 是通过在 MSSQL 数据库注册封装在 .dll 里面的函数实现的,
而这个 .dll 应该按照 M$ 提供的规则, 并且要连接 MSSQL 的库文件。由于 C++ Builder 自带的 MSSQL 库文件 OPENDS60.LIB 比较旧,
本文提供新版本的 OPENDS60.LIB 库文件, 支持 MSSQL 2000 版本的-storage process is the calculation of the value of MD5 can be used for password authentication encryption. SQL Server extended stored procedures (Extended Stored Procedure , or XP) through the MSSQL Packaging registered in the database. dll to the function of achieving, while this. dll accordance with the M $ provide rules, and to connect MSSQL of the library. As Builder's own C library file OPENDS60.LIB MSSQL older, this new version of the OPENDS60.LIB libraries, support MSSQL 2000 version of the
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 103244860xp_md5_cppfans.rar 列表 xp_md5\md5.cpp xp_md5\md5.h xp_md5\OPENDS60.LIB xp_md5\xp_md5.bpf xp_md5\xp_md5.bpr xp_md5\xp_md5.dll xp_md5\xp_md5.res xp_md5\xp_md5_main.cpp xp_md5