all groups > sql server programming > september 2003 >
You're in the

sql server programming

group:

xpsql70.dll


xpsql70.dll welyngj
9/20/2003 10:37:04 PM
sql server programming:
I run those codes like this:
USE master
EXEC sp_dropextendedproc 'xp_cmdshell'
go
use master
exec sp_addextendedproc 'xp_cmdshell','xpsql70.dll'
exec xp_cmdshell 'dir d:'

system reports me the error:
cannot load dll xpsql70.dll
reason:126(cannot find special module.)
how to slove this problem.
Re: xpsql70.dll oj
9/21/2003 12:10:38 AM
xp_cmdshell is part of xplog70.dll. So, do this...

use master
exec sp_addextendedproc 'xp_cmdshell','xplog70.dll'


--
-oj
Rac v2.2 & QALite!
http://www.rac4sql.net


[quoted text, click to view]

xpsql70.dll welyngj
9/21/2003 3:20:47 AM
AddThis Social Bookmark Button