<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_renji9802_STRING Recordset1.Source = "SELECT * FROM new_news" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> :::::::: <% If Recordset1.EOF And Recordset1.BOF Then %> <% End If ' end Recordset1.EOF And Recordset1.BOF %> <% If Not Recordset1.EOF Or Not Recordset1.BOF Then %> <% End If ' end Not Recordset1.EOF Or NOT Recordset1.BOF %>

鲁ICP备05013591号
本页采用Flash技术制作,如果看不到或者想跳过本页,请单击 略 过

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