I have a stored procedure that I want to call from an ASP. The SP does not return any records, instead it runs a DTS package on the server via xp_cmdshell. In looking up examples of how to call stored procs from ASPs, I've found only examples that return recordsets. So I'm beginning to think that my use of the oCommand.Execute method is throwing back a syntax error message because I can't figure out the syntax in a 'no recordet' situation. Can someone show me a code example of using the .Execute method for a stored proc that returns no rows?
Thanks
Thanks