View Single Post
  #4 (permalink)  
Old 06-27-2008, 06:26 AM
MikeL7
 
Posts: n/a
Diggs:
Default 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.
Reply With Quote