%@LANGUAGE="VBSCRIPT"%> <% set staffsearch = Server.CreateObject("ADODB.Recordset") staffsearch.ActiveConnection = CONNECTION_STRING staffsearch.Source = "SELECT * FROM News Where type LIKE '%cp%' and date BETWEEN '11/30/95' and '12/31/03' ORDER BY event_date DESC" staffsearch.CursorType = 1 staffsearch.CursorLocation = 2 staffsearch.LockType = 3 staffsearch.Open() staffsearch_numRows = 0 if staffsearch.RecordCount = 0 then end if %>
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Copyright ©2001 Regents of the University of California. All rights reserved.
|