% 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 %>
|
||||||||||||||||||||||||||
Created by Information System Section, Hong Kong YWCA. |
||||||||||||||||||||||||||