%@LANGUAGE="VBSCRIPT"%> <% set StoreRS = Server.CreateObject("ADODB.Recordset") StoreRS.ActiveConnection = MM_Threat_STRING StoreRS.Source = "SELECT DISTINCT tblStore.txtCategory FROM tblStore ORDER BY tblStore.txtCategory ASC" StoreRS.CursorType = 0 StoreRS.CursorLocation = 2 StoreRS.LockType = 3 StoreRS.Open() %>
|
|
|||||||||||||||||||||