So, I have been monkeying around with a stored procedure trying to post into Sales Force.com. I can get the stored procedure to work if I run it manually and fill in the values, but when I pass in the values from the web page into one sproc and then another, something happens. I *think* it has to do with the fact that I am trying to pass a space as one of the param values. So, when I am running the sproc and starting from a web page, how do I insert code within the sproc that will show me where I am at during certain phases of execution? You know, with ASP I can just write the variables to the screen and then end processing, but I don't know how I can accomplish that or something similar with SProcs. Anybody have any great suggestions?