by MYLE
15. June 2010 08:23
Every now and them you want to Show something on a ASP page
Sub Writeit(This,This1)
Response.Write "< strong >" & This & "< / strong > = [" & This1 & "]
"
end sub
so in the ASP just do a Call Writeit("SQL",SQL)
and in the Out put it will show showing you the Value of SQL
SQL = [SELECT * FROM CUSTOMER]
13e621a4-6701-40b8-8dba-f6f09f4bcea8|0|.0
Category: ASP
Tags: Writeit