%@LANGUAGE="JAVASCRIPT"%> <% var Recordset1 = Server.CreateObject("ADODB.Recordset"); Recordset1.ActiveConnection = MM_mysql_STRING; Recordset1.Source = "SELECT * FROM category ORDER BY Id ASC"; Recordset1.CursorType = 0; Recordset1.CursorLocation = 2; Recordset1.LockType = 1; Recordset1.Open(); var Recordset1_numRows = 0; %> <% var Repeat1__numRows = -1; var Repeat1__index = 0; Recordset1_numRows += Repeat1__numRows; %>
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||