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 "" & vbCrLf second_counter = second_counter + 1 end if date_with_dots = replace(rs("news_date"),"/",".") response.write "" response.write "" response.write "" response.write "" response.write "" & vbCrLf rs.movenext loop if (second_counter <> 0) then response.write "| " & date_with_dots & " | " & rs("news_section") & " | " & rs("news_title") & " |
There are no news releases available at the moment.
" end if 'rs.MoveFirst %>