aki hay un pekeño ejmplito...
Código:
Set cn = server.createobject("ADODB.Connection")
Set cmd = server.createobject("ADODB.Command")
cn.ConnectionString = tu_conexion
With cmd
Set .ActiveConnection = cn
.CommandText = "tu_sp"
.CommandType = 4
Set params = .Parameters
End With
params.Append cmd.CreateParameter("@input1", adVarChar, adParamInput, 3)
params.Append cmd.CreateParameter("@Input2", adVarChar, adParamInput, 4)
params.Append cmd.CreateParameter("@output", adVarChar, adParamOutput, 255)
'
params("@input1") = strvariable1
params("@input2") = strvariable2
cmd.Execute , , adExecuteNoRecords
StrRespuesta = params("@output")

no tengo naa ke hacerrrrrrr....

mejor me callo o sino me va a llegar trabajo nuevo