update tbl_EML_CampaignRecipients set beaconCount = coalesce( beaconCount, 0 ) + 1, beaconLastHit = where recipientId = and token = templatePath = GetCurrentTemplatePath(); directory = GetDirectoryFromPath( templatePath ); fileName = directory & "clearpixel.gif"; context = getPageContext(); context.setFlushOutput(false); response = context.getResponse().getResponse(); response.setStatus( 200 ); response.setContentLength( arrayLen(fileContent) ); response.setHeader( "Content-Type", "image/gif" ); response.setHeader( "Last-Modified", "Mon, 19 May 2003 18:26:10 GMT" ); out = response.getOutputStream(); out.write( fileContent ); out.flush(); Sorry, the requested page could not be found.