%@ Language="VBScript" %>
<% Option Explicit %>
<%
Dim sSQL, linkId, linkName, strLinks,rs
sSQL = "getCustomerLinks "
sSQL = sSQL + " @customerId = '" + CStr(customerId) + "'"
Set rs = Server.CreateObject("ADODB.Recordset")
'Open the connection to the database
connection.Open(sConnString)
rs.open sSQL, connection
strLinks = "
"
While Not rs.EOF
linkId = rs("customerWebLinkId")
linkName = rs("webLinkName")
'strLinks = strLinks + "| " + linkName + " |
"
strLinks = strLinks + "| " + linkName + " |
"
rs.MoveNext
Wend
strLinks = strLinks + "
"
%>
Next Generation Networks - Suppliers of Telecom and Datacom Solutions
Untitled Document
|
 |
Welcome <%=customerName%>
Here are your document links:
<%=strLinks%>
>>logout
|
|
 |
|
|
|