<%@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 = 'Fox' ORDER BY submissionID DESC") %> Toffeeweb - Columns - The View from the Street
ToffeeWeb Columns

The View from the Street

by Rob Fox


<% Do while NOT rsEditorial.EOF %>
"><%=rsEditorial("Title")%>
<%=rsEditorial("DayDate")%>
<%rsEditorial.MoveNext%> <%Loop%>

White Lies? {19 Jan}

Hopes and Fears {10 Aug}

Archives

<% Set rsEditorial = Nothing objConnC.Close %>