<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% 'sql = "SELECT * FROM adm_t_opportunities WHERE cdate(data_fim) > #"& cdate(date()) &"# ORDER BY cdate(data_in)" sql = "SELECT * FROM adm_t_opportunities ORDER BY cdate(data_in)" Set RS = Server.CreateObject("ADODB.RecordSet") Rs.open sql, conn, 1,3 %> MenEngage
 

 
Resources
Training Opportunities
 
<% if rs.bof and rs.eof then%> No training opportunities available in this moment. <% else while not RS.eof %>

Description: <%= RS("descricao") %>
Location: <%= RS("localizacao") %>
Region: <%= RS("regiao")%>
Date: <%= RS("data_in")%> <% if cdate(RS("data_in")) <> cdate(RS("data_fim")) then%> to <%= RS("data_fim") %><% end if%>
Themes: <%= RS("tipo")%>
Contacts: <%= RS("contatos") %>

<% RS.movenext wend end if %>

If would like to post a training that your organization is conducting, please fill out the form below.

What type of training?

Region:

Initial Date: / / (mm/dd/yyyy)
End Date: / / (mm/dd/yyyy)

Location:

Short Description:

Contact Info for training:

 
 
<% Rs.close Set RS = nothing Conn.close Set conn = nothing %>