| |
| |
| LINKS |
 |
| |
<%
sql="select C.Id,C.CName from C_LinksCategory C,C_LinksOrganization O where C.OId=O.Id and O.OName like '%bytetechnology%'"
Set rsC_LinksCategory = Server.CreateObject("ADODB.Recordset")
rsC_LinksCategory.Open sql,cn,1,3
if rsC_LinksCategory.EOF then
%>
| Currently no links are available. |
<%
else
do while not rsC_LinksCategory.EOF%>
"><%=UCase(rsC_LinksCategory("CName"))%> |
<%
rsC_LinksCategory.MoveNext
loop
end if
rsC_LinksCategory.Close()
%>
|
|
|
| |
|