Access Number Search Options
Attention: We are proud to announce
the addition of many new network B Canadian access numbers and
68 new network B numbers in Puerto Rico!
Click here to check
out the new numbers in Puerto Rico

Search Access by
US State

Search Access by
Canadian
Province

Search
Access by Area Code or Exchange
Search
Access by Network
|
Network Listing |
|
|
Network |
Hourly Limit |
|
<%
connect="DSN=yoisp"
SQLtemp="SELECT * FROM tblnetworks WHERE NetLetter <> 'A' AND NetLetter <> 'G' AND NetLetter <> 'H' AND NetLetter <> 'C' order by NetLetter"
'
set rsNet=Server.CreateObject("ADODB.Recordset")
rsNet.open SQLtemp,connect
'
dim myHours
do until rsNet.eof
thisNet=rsNet("NetLetter")
myHours=rsNet("HourLimit") & " Hours"
'
if rsNet("HourLimit")=500 then
myHours="Unlimited"
end if
%>
| Network <%=thisNet%> |
<%=myHours%> |
">
 |
<%
rsNet.MoveNext
loop
%>