I have created a web application that calls a com componet from an asp page which in turns executes a stored procedure in sql server2000 to add a record.
I have tested my dll and it works fine by forcing info into the fields and executing the stored procedure.
I have tested the stored procedure through sql query analyzer.
I have looked at the values of the fields in the actual program to make sure they are correct.
Is there a way to trace everything through to the stored procedure?
I have tested my dll and it works fine by forcing info into the fields and executing the stored procedure.
I have tested the stored procedure through sql query analyzer.
I have looked at the values of the fields in the actual program to make sure they are correct.
Is there a way to trace everything through to the stored procedure?