Thread
:
Debug SQL Statement
View Single Post
#
4
(
permalink
)
06-27-2008, 06:26 AM
MikeL7
Posts: n/a
Diggs:
Re: Debug SQL Statement
Comment out the
Set rsName = rsName_cmd.Execute
line the try this on your page
<%=rsName_cmd.CommandText%>
Change rsName to the name of your rs
That should write the SQL to your page.
MikeL7