|
 |
asp_databases thread: Debugging ASP using Stored Procedures
Message #1 by "Tom Garrison" <tom.garrison@e...> on Mon, 17 Sep 2001 16:33:08
|
|
Does anyone know of a good tool to debug ASP using Stored Procedures? I
can not get a part of a stored procedure to work, and would like to look
at the parameter data that I am passing from an ASP page. I don't know
how to do this. Any ideas?
Thanks,
Tom
Message #2 by Kyle Burns <kburns@c...> on Mon, 17 Sep 2001 10:37:52 -0500
|
|
Easiest way would be to do a Response.Write of the SQL statement you're
passing to call the procedure (if you're using an SQL statement) and then
using the output to debug the sproc from the SQL Server management tools.
=================================
Kyle M. Burns, MCSD
ECommerce Technology Manager
-----Original Message-----
From: Tom Garrison [mailto:tom.garrison@e...]
Sent: Monday, September 17, 2001 11:33 AM
To: ASP Databases
Subject: [asp_databases] Debugging ASP using Stored Procedures
Does anyone know of a good tool to debug ASP using Stored Procedures? I
can not get a part of a stored procedure to work, and would like to look
at the parameter data that I am passing from an ASP page. I don't know
how to do this. Any ideas?
Thanks,
Tom
|
|
 |