%@ Language=VBScript %> <% Response.Buffer = true Set rs = Server.CreateObject("ADODB.Recordset") strSQL = "SELECT DISTINCT convert(int,Age) Age FROM ww_WritingMythFolkFair WHERE Status = 2 and WritingType='MYST' order by convert(int, Age)" rs.Open strSQL, "DSN=dotcom",adOpenDynamic,3 if rs.EOF or rs.BOF then blnEmptyRs = true else blnEmptyRs = false end if %>
|
||||||||||||||||||||