%@LANGUAGE="VBSCRIPT"%> <% Set objConnC = Server.CreateObject("ADODB.Connection") objConnC.Open(cConnection) Set rsEditorial = objConnC.Execute("SELECT * FROM submissions WHERE Status <> 'hold' AND PigeonHole = 'editorial' AND LastName = 'Buckley' ORDER BY submissionID DESC") %>
2008-09 Season
<% If rsEditorial.EOF then %> Ken is one of our newest contributors. Look for his first article to appear here in the coming weeks. <% End If %> <% Do while NOT rsEditorial.EOF %>