COEN
001 - Introduction to Information Technology
Student Web Pages
Instructor: Dr. Neil R. Quinn Jr.
<% Set DB = Server.CreateObject("ADODB.connection") DB.Open "COEN001StudentsFall2002", "Coen001", "coen001" SearchString = "SELECT * FROM q_AllStudentData ORDER BY FirstName" ' response.write SearchString & "|
|
|
|
<% while not DB_Results.eof %>
/"><%=DB_Results("LogName")%> <% DB_Results.MoveNext wend %> |
|