<% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_yw_intra_STRING Recordset1.Source = "SELECT * FROM dbo.c_sm WHERE ncatid = 15 ORDER BY norder desc" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> 第十一期
| 女青主頁 |
     
   
 

下載個別頁面
(低解像JPG 檔案 0.14MB ~0.30MB | 每頁使用 1.5M寬頻下載約需時1 - 3秒)

 

 
 

Created by Information System Section, Hong Kong YWCA.

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