%LANGUAGE="VBSCRIPT"%> <% sql = "SELECT * FROM Aktionen WHERE Kategorie LIKE 'V' ORDER BY LfdNr" set rsAktionen = Server.CreateObject("ADODB.Recordset") rsAktionen.Open sql, conn, 3, 3 %> <% Dim Repeat1__numRows Repeat1__numRows = -1 Dim Repeat1__index Repeat1__index = 0 rsAktionen_numRows = rsAktionen_numRows + Repeat1__numRows %>
<%
While ((Repeat1__numRows <> 0) AND (NOT rsAktionen.EOF))
%>
<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rsAktionen.MoveNext() Wend %> |