⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 用vc6.0编写的SQL Server扩展存储过程
💻 TXT
字号:
=========================================================================
       DYNAMIC LINK LIBRARY : DECODE
========================================================================


AppWizard has created DECODE.dll for you.  

This file contains a summary of what you will find in each of the files that
make up your DECODE application.

DECODE.cpp
    This is the main dll source file.

proc.cpp
	This file contains the stored procedure xp_decode

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named DECODE.pch and a precompiled types file named StdAfx.obj.


/////////////////////////////////////////////////////////////////////////////
Other notes:

After completing this Wizard, copy the DECODE.dll over to your SQL Server 
\Binn directory.

Add your new Extended Stored Procedure from a Visual Studio Data Project, 
or using the SQL Server Enterprise Manager, or by executing the following 
SQL command:
  sp_addextendedproc 'xp_decode', 'DECODE.DLL'

You may drop the extended stored procedure by using the SQL command:
  sp_dropextendedproc 'xp_decode'

You may release the DLL from the Server (to delete or replace the file), by 
using the SQL command:
  DBCC xp_decode(FREE)


/////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -