<%@LANGUAGE="VBSCRIPT"%> <% str="select * from centro_course where ID="& request("ID") rs.open str,conn,1,2 %> <% rs.close %>