<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_black_STRING Recordset1.Source = "SELECT * FROM review ORDER BY Bandname ASC" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 Recordset1_numRows = Recordset1_numRows + Repeat1__numRows %> 黑潭极端音乐网
banner
 

点击进入第八期电台节目

 

 

Copyright © 2004 The Shaded Abysm. All rights reserved.
2004 黑潭版权所有,本站所有文章归原作者所有,如需转载,敬请联系本站站长或原作者

 
<% Recordset1.Close() Set Recordset1 = Nothing %>