RadarBob
12-12-2003, 02:04 PM
OK, my "War and Peace" posting code restructuring causes code failure is getting no responses, so let me attack it a different way...
Please give me any suggests at random - kinda like how MS Windows problems are typically solved ...
I have ASP command object that is working. Data is being fetched from the database and put on the web page.
However I've restructured this code and now the ASP command does not work. The code stops execution as it hits the commandName.Execute line. As best I can tell all I did was rearrange where things were happening. I did not change the ASP command object itself.
Any suggestions on trapping the error? I don't think VBScript has the "try ... catch" mechanism. I'm NOT using .NET.
Please give me any suggests at random - kinda like how MS Windows problems are typically solved ...
I have ASP command object that is working. Data is being fetched from the database and put on the web page.
However I've restructured this code and now the ASP command does not work. The code stops execution as it hits the commandName.Execute line. As best I can tell all I did was rearrange where things were happening. I did not change the ASP command object itself.
Any suggestions on trapping the error? I don't think VBScript has the "try ... catch" mechanism. I'm NOT using .NET.