<% Dim SqlJunk Set dbGlobalWeb = Server.CreateObject("ADODB.Connection") dbGlobalWeb.Open("pw") SQL = "SELECT links.*" SQL = SQL & " FROM links" Set rsGlobalWeb = Server.CreateObject("ADODB.Recordset") rsGlobalWeb.Open sql, dbGlobalWeb, 3 %> <% If rsGlobalWeb.BOF and rsGlobalWeb.EOF Then%> <%Else%> <%If Not rsGlobalWeb.BOF Then%>

<% Do While Not rsGlobalWeb.EOF %> <% rsGlobalWeb.MoveNext Loop %>
Below are helpful resources for the area
<%=rsGlobalWeb("desc")%>
"target="_blank"><%=rsGlobalWeb("url")%>

<%End If%> <%End If%> <% rsGlobalWeb.Close dbGlobalWeb.Close %>


 

 

open me