%@LANGUAGE="VBSCRIPT"%> <% Dim ss_catagory Dim ss_catagory_numRows Set ss_catagory = Server.CreateObject("ADODB.Recordset") ss_catagory.ActiveConnection = MM_SurplusSale_STRING ss_catagory.Source = "SELECT * FROM dbo.Catagory where hide = 0 ORDER BY Catagory ASC" ss_catagory.CursorType = 0 ss_catagory.CursorLocation = 2 ss_catagory.LockType = 1 ss_catagory.Open() ss_catagory_numRows = 0 %>
|
|||
![]() |
|||
|
|||
|
|||