COEN120 Student Group-Project Groups
<%
Set DB = Server.CreateObject("ADODB.connection")
DB.Open "COEN120StudentsSpring2002", "COEN120Students", "COEN120Students"
%>
COEN120 Student Group-Project Groups
First Name
Last Name
Lab
E-Mail
Picture
<%
GroupCounter = 0
SearchString = "SELECT * FROM q_Groups ORDER BY GroupNum"
' response.write SearchString & " "
Set Group_Results = DB.Execute(SearchString)
while not Group_Results.eof %>
<% while (GroupCounter <> Group_Results("GroupNum"))
GroupCounter = GroupCounter + 1
%>