my stored procedure doesn't require any input but returns two values one called w3serviceid and the other called w3webid. so far i get an error saying 'Procedure GetW3ServiceID has no parameters and arguments were supplied' what the heck. why is this happening? so far my asp command looks like this:
objCommand.CommandType=adCmdStoredProc
objCommand.Parameters.Append objCommand.CreateParameter("w3serviceid",adInteger,adParamOutput,3)
objCommand.CommandText="getw3serviceid"
objCommand.Execute
HELP PLEASE ... I'M DESPERATE!!!!!!!!!!!!!!!!
objCommand.CommandType=adCmdStoredProc
objCommand.Parameters.Append objCommand.CreateParameter("w3serviceid",adInteger,adParamOutput,3)
objCommand.CommandText="getw3serviceid"
objCommand.Execute
HELP PLEASE ... I'M DESPERATE!!!!!!!!!!!!!!!!