<% option explicit %> <% response.expires = 0 %> <% dim content, scroller, pageTitle SQL = "SELECT * FROM generic WHERE id = 1" adRS.open SQL,adConn if not (adrs.bof and adrs.eof) then pageTitle = adRS("pageTitle") content = adRS("field1") scroller = adRS("field2") end if adRS.close %> Guy Fletcher OBE