![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hey all.. I've written a stored proc to execute a particular DTS package, and that all works. What I'm trying to do now is trigger that process from an ASP page... the following code *should* work I think.. and if so, then what else might be keeping me from success???? HELP! (The driver login criteria has been changed to protect the innocent) % dim dataConn, sSql, rs set dataConn = Server.CreateObject("ADODB.Connection") dataConn.Open "Driver={SQL Server};Server=hostservername;Database=DB;Uid=test ;Pwd=test;" sSql = "{call SendDirectory}" Set rs = dataConn.Execute(sSql) 'execute sql call % |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |