Other Dreamers

It's not just us. Others are dreamers, who would rather spend their time messing about on boats. Here are the profiles of others who have joined the site.

<% Set userlistRS = Server.CreateObject("ADODB.RecordSet") userlistSQL= "Select D2Username,D2CompanyName FROM SLUsers;" userlistRS.Open userlistSQL, whtConn, 1 Do while NOT userlistRS.EOF Response.Write "" If userlistRS("D2CompanyName") = "" Then Response.Write userlistRS("D2Username") Else If userlistRS("D2CompanyName") = "No Data" Then Response.Write userlistRS("D2Username") Else Response.Write userlistRS("D2CompanyName") End If Response.Write "" Response.Write " - " userlistRS.MoveNext Loop 'close connections,etc.. userlistRS.Close Set userlistRS = Nothing %>

Click on a Username to see their full profile