% 'Submit this form if len(request.form("action")) > 0 then band_name = request.form("band_name") grp_id = request.form("grp_id") qry = "insert into bands(band_name, grp_id) values('"& encode(band_name) &"', "& grp_id &")" set rs = conn.execute(qry) set rs = nothing response.write "" end if %>