Welcome to Vlearn3D Node registration!

Further down you can see the list of all participating nodes (you can select and view more information about any particular one) and there is also a link to register your own.

<% 'set up the connection set conntemp=server.createobject("adodb.connection") cnpath="DBQ=C:\inetpub\vlearn\conf2000\Node.mdb" 'path conntemp.Open "DRIVER={Microsoft Access Driver (*.mdb)}; " & cnpath 'open connection sqltemp="select * from REGISTRATION" 'query string 'set up recordset set rstemp=server.CreateObject("adodb.recordset") rstemp.CursorType=2 'open recordset rstemp.Open sqltemp, conntemp %>

To register your node click here

List of all nodes:

<% do while not rstemp.eof identifier=rstemp.Fields("Node_Name") %> <% rstemp.movenext loop 'clean up rstemp.close conntemp.close set rstemp=nothing set conntemp=nothing %>
<%=identifier%>