KACRAO Presidents
<% Set objConn = Server.CreateObject ("ADODB.Connection") objConn.Open "Kacrao" SQL_query = "SELECT * FROM presidents ORDER BY YEAR" Set RS = objConn.Execute(SQL_query) WHILE NOT RS.EOF %> <%=RS("YEAR")%>Conference Location:<%=RS("PLACE")%> President: <%=RS("TITLE")%> <%=RS("FIRSTNAME")%> <%=RS("LASTNAME")%> Institution: <%=RS("INSTITUTION")%> <% RS.MoveNext WEND RS.Close objConn.Close %>
<%=RS("YEAR")%>Conference Location:<%=RS("PLACE")%> President: <%=RS("TITLE")%> <%=RS("FIRSTNAME")%> <%=RS("LASTNAME")%> Institution: <%=RS("INSTITUTION")%> <% RS.MoveNext WEND RS.Close objConn.Close %>
The KACRAO website is created and maintained by the KACRAO Technology Committee. External sites are not endorsed by KACRAO. For information and updates contact the KACRAO webmaster at eawilkin@pittstate.edu