<% If Session("GivCustomerID") = "" Or Session("UserID") = "" Then 'not logged in strBouncebackURL = "/asp/homepage.asp?error=NotLoggedIn" response.redirect strBouncebackURL End If %> www.online-supervision.net
<% If Session("UserID") = "" Then %>click here to login to the secure area of the site<% Else response.write "" End If %> homepage
<% If Session("UserID") = "" Then %> register to provide or receive online clinical supervision<% Else response.write "" End If %> online-supervision.net bulletin boards online supervision research resources & links contact



<% Set conn = Server.CreateObject("ADODB.Connection") conn.Open connstr ' Open database connection strSQL = "SELECT Groups.GroupID, Groups.OwnerID, Groups.Name, Groups.Description," strSQL = strSQL & " Groups.LongDescription, Groups.LeadershipStructure," strSQL = strSQL & " Groups.Committment, Groups.Payment, Groups.MinSize," strSQL = strSQL & " Groups.MaxSize, Groups.StartDate, Groups.FinishDate," strSQL = strSQL & " Customers.Title, Customers.FirstName, Customers.LastName," strSQL = strSQL & " RegisterInterest.Profession, RegisterInterest.Orientation" strSQL = strSQL & " FROM (Customers INNER JOIN RegisterInterest ON Customers.CustomerID" strSQL = strSQL & "=RegisterInterest.GivCustomerID) INNER JOIN Groups ON" strSQL = strSQL & " RegisterInterest.UserID =Groups.OwnerID WHERE Groups.GroupStatus = 1" 'response.write strSQL Set rs = conn.Execute(strSQL) ' 6/ if there's no record corresponding to the username ' supplied, then bounceback to login calling an arror message ' based on data in the QS to reflect that fact If rs.eof Then response.write "" End If strCount = 1 Do While Not rs.eof %> <% strCount = strCount + 1 rs.movenext loop ' Set rs = nothing ' Close recordset %>
Group Details
Owner/Supervisor
Leadership Structure
Expected commitment
Size
Start Date
NO GROUPS

 

<%= rs(2)%>
<%=rs(3)%>
<% response.write rs(5) %>
<%= rs(6) %> 
<% response.write rs(8) & " - " & rs(9)%>
<%=rs(10)%> 

<%=rs(4)%>

 


Copyright 2002-4, GroupInterVisual Ltd. All rights reserved.