News Releases
This section contains extracts from the press concerning Braemar Seascope reproduced with kind permission of the authors.
<% ' TABLE NAME: financialReports ' FIELD NAMES: id, report_date, report_title, report_filename sql = "SELECT * FROM newsReleases order by news_date desc, id desc" Set rs = braemar_connection.Execute(sql) second_counter = 0 do until rs.eof if (second_counter = 0) then response.write "" & date_with_dots & " | " response.write "" & rs("news_section") & " | " response.write "" & rs("news_title") & " | " response.write "
There are no news releases available at the moment.
" end if 'rs.MoveFirst %>