<%@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") %> Toffeeweb - Columns - Ken Buckley Column
ToffeeWeb Columns

From My Seat: The Ken Buckley Column

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 %>
<%=rsEditorial("DayDate")%>
"><%=rsEditorial("Title")%>
<%rsEditorial.MoveNext%> <%Loop%> <% Set rsEditorial = Nothing objConnC.Close %>