%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim RS_News Dim RS_News_numRows Set RS_News = Server.CreateObject("ADODB.Recordset") RS_News.ActiveConnection = MM_News_STRING RS_News.Source = "SELECT * FROM SYS_News ORDER BY NEWS_Date DESC" RS_News.CursorType = 0 RS_News.CursorLocation = 2 RS_News.LockType = 1 RS_News.Open() RS_News_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 RS_News_numRows = RS_News_numRows + Repeat1__numRows %>
|
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||