set con = Server.CreateObject("ADODB.Connection")
con.Open strConnect
Set Comm = Server.CreateObject("ADODB.Command")
comm.ActiveConnection = con
comm.CommandText = "SP_NAME"
comm.CommandType = adCmdStoredProc
comm.Execute
<snip/>
Last edited by Mittineague; Jan 8, 2013 at 02:38.
Reason: removing unnecessary link
Bookmarks