文件名称:W2kSqlextendedproc
介绍说明--下载内容均来自于网络,请自行研究使用
BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\\boot.ini )
--删除文件Select dbo.FileDelete( C:\\X.txt )
--服务状态Select dbo.ServerStat( awhost32 ,1)
--建立目录Select dbo.MKDIR( C:\\Test\\test ,1)
--文件复制Select dbo.FileCopy( C:\\boot.ini , c:\\Boot\\YYY.ini ,1)
--删除目录Select dbo.RDDIR( C:\\Text ,1)
--锁定计算机Select dbo.LockPc()
--结束程序Select dbo.KillPorg( Notepad.exe )
--执行程序Select dbo.StartPorg( Notepad.exe )
--得到IP地址Select dbo.GetIP()
--分解字符Select dbo.TextPart( 123*456*789 , * ,0)
QQ:254082939 Email:haihong5995037@163.com-BCB prepared by the simple function for the expansion of SQL stored procedures. - Check file exists Select dbo.FileExist (c : \\ boot.ini file) -- Select dbo.FileDelete delete the file (C : \\ X.txt) -- state services Select dbo.ServerStat (awhost32, 1) -- Select dbo.MKDIR build directory (C : \\ Test \\ test, 1) -- Select copy dbo.FileCopy (C : \\ boot.ini file, c : \\ Boot \\ 9985360E. ini, 1) -- Select dbo.RDDIR delete directory (C : \\ Text, 1) -- Computer Select dbo.LockPc lock () -- Select dbo.KillPorg closing procedures (Notepad.exe) -- Select dbo implementation procedures. StartPorg (Notepad.exe) -- Select IP addresses to be dbo.GetIP () -- Select decomposition characters dbo.TextPart (123 * 456 * 789 *, 0) QQ : 254082939 Email : haihong5995037@163.com
--删除文件Select dbo.FileDelete( C:\\X.txt )
--服务状态Select dbo.ServerStat( awhost32 ,1)
--建立目录Select dbo.MKDIR( C:\\Test\\test ,1)
--文件复制Select dbo.FileCopy( C:\\boot.ini , c:\\Boot\\YYY.ini ,1)
--删除目录Select dbo.RDDIR( C:\\Text ,1)
--锁定计算机Select dbo.LockPc()
--结束程序Select dbo.KillPorg( Notepad.exe )
--执行程序Select dbo.StartPorg( Notepad.exe )
--得到IP地址Select dbo.GetIP()
--分解字符Select dbo.TextPart( 123*456*789 , * ,0)
QQ:254082939 Email:haihong5995037@163.com-BCB prepared by the simple function for the expansion of SQL stored procedures. - Check file exists Select dbo.FileExist (c : \\ boot.ini file) -- Select dbo.FileDelete delete the file (C : \\ X.txt) -- state services Select dbo.ServerStat (awhost32, 1) -- Select dbo.MKDIR build directory (C : \\ Test \\ test, 1) -- Select copy dbo.FileCopy (C : \\ boot.ini file, c : \\ Boot \\ 9985360E. ini, 1) -- Select dbo.RDDIR delete directory (C : \\ Text, 1) -- Computer Select dbo.LockPc lock () -- Select dbo.KillPorg closing procedures (Notepad.exe) -- Select dbo implementation procedures. StartPorg (Notepad.exe) -- Select IP addresses to be dbo.GetIP () -- Select decomposition characters dbo.TextPart (123 * 456 * 789 *, 0) QQ : 254082939 Email : haihong5995037@163.com
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 27796695w2ksqlextendedproc.rar 列表 W2k 扩展存储过程\Dll注册.sql W2k 扩展存储过程\ExtEnd.bpf W2k 扩展存储过程\ExtEnd.bpr W2k 扩展存储过程\ExtEnd.dll W2k 扩展存储过程\ExtEnd.lib W2k 扩展存储过程\ExtEnd.res W2k 扩展存储过程\ExtEnd.str W2k 扩展存储过程\ExtEnd.tds W2k 扩展存储过程\ExtEnd.~bpf W2k 扩展存储过程\ExtEnd.~bpr W2k 扩展存储过程\ExtEndMain.cpp W2k 扩展存储过程\ExtEndMain.obj W2k 扩展存储过程\ExtEndMain.~cpp W2k 扩展存储过程\ExtSub.cpp W2k 扩展存储过程\ExtSub.obj W2k 扩展存储过程\ExtSub.~cpp W2k 扩展存储过程\head.h W2k 扩展存储过程\head.~h W2k 扩展存储过程\L.bat W2k 扩展存储过程\memmgr.lib W2k 扩展存储过程\OPENDS60.LIB W2k 扩展存储过程\注册.sql W2k 扩展存储过程