%@ Language=VBScript %> <% Option Explicit %> <% Dim RS, strSQL , intState intState = 1 if REQUEST("intState") <>"" then if IsNumeric(REQUEST("intState")) then intState = REQUEST("intState") end if my_conn.Open ConnString %>
<% my_conn.close set my_conn = nothing %>