%@LANGUAGE="JAVASCRIPT"%> <% var news = Server.CreateObject("ADODB.Recordset"); news.ActiveConnection = MM_wilky_STRING; news.Source = "SELECT * FROM news ORDER BY itemDate DESC"; news.CursorType = 0; news.CursorLocation = 2; news.LockType = 3; news.Open(); var news_numRows = 0; %> <% var Repeat1__numRows = -1; var Repeat1__index = 0; news_numRows += Repeat1__numRows; %>
|