|
Spring 2002 Issue Table of Contents
<%
Set objConn = Server.CreateObject ("ADODB.Connection")
objConn.Open "kacrao"
%>
<%
SQL_query = "SELECT * FROM S02 ORDER BY STORYOR"
Set RS = objConn.Execute(SQL_query)
While Not RS.EOF
%>
"><%=RS("Title")%>
<%
RS.MoveNext
WEND
RS.Close
%>
Back Issues
KACRAO
News On-Line Archived news items that have been posted on KACRAO
On-Line
KACRAO
Current Home
KACRAO
Home
|
|
|
|
KACRAO Current
The Newsletter of the Kansas Association
of Collegiate Registrars and Admissions Officers |
|
|
Fall 2001 Issue |
Table of Contents
<%
SQL_query = "SELECT * FROM F01 ORDER BY STORYOR"
Set RS = objConn.Execute(SQL_query)
While Not RS.EOF
%>
- "><%=RS("TITLE")%>
<%
RS.MoveNext
WEND
RS.Close
ObjConn.Close
%>
The KACRAO Current is published five times
a year and is a member-written, member-published newsletter of
the Kansas Association of Collegiate Registrars and Admissions
Officers.
Adobe
Acrobat Reader can be downloaded for FREE here.
The KACRAO website is created by the KACRAO
Technology Committee.
External sites are not endorsed by KACRAO. |
|