about collaboration Community innovation Online Library tools
Program Schedule
Session Abstracts
Virtual Tour Streams
Speaker Bios
PROGRAM PREVIEW
PRESENTER GUIDELINES
PARTICIPANT REGISTRATION (all events free!)
NODE REGISTRATION

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="Server=CTCWORLDSRV1; Database=VLEARN2000; UID=vlearn3d; PWD=********" cnpath="Server=SCICENTR1; Database=VLEARN2000; trusted_connection=true" conntemp.Open "DRIVER={SQL Server}; " & 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
To join a 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%>