%@ Language=VBScript %> <% Option Explicit %> <% Dim strPress, rsPress, DateVerbose strPress = "select * from press where (titlef<>'na' or descriptionf<>'na') and (location='P' or location='B') order by date desc" Set rsPress = Server.CreateObject("ADODB.RecordSet") rsPress.open strPress, strDSN, 1, 2, 1 %>
|
|||||||||||||
|
|
|||||||||||||
|
|||||||||||||
|