Pavillion  
  Home   About Us   Services   Projects   News   Careers   Contact Us  
News
 
<% '============ Begining of ASP code =========================================================== %> <% Set RsGuestList = Server.CreateObject ("ADODB.Recordset") RsGuestList.ActiveConnection = OBJdbConnection RsGuestList.CursorType = 1 RsGuestList.LockType = 1 '============ View client headers from database =========================================== RsGuestList.Open "select * from news order by NewsDate desc" if not RsGuestList.EOF then %>
<%do while not RsGuestList.eof%> <%RsGuestList.MoveNext loop%>

- " >Date: <%=RsGuestList("NewsDate")%>: <%=RsGuestList("NewsTitle")%>

 
<%else%>

No news available at this time, please check again at a later time.

 
<% end if RsGuestList.close set OBJdbConnection = Nothing Set StrConn=Nothing '============ End of ASP code =========================================================== %>
Copyright © 2011 Look Pavillion. All rights reserved. This website is designed by: elzoghby.com