PRODUCT:
Lloyd's Marine Intelligence
Unit(Lloyd's MIU)
(formerly known as Lloyd’s
Ports.com)
Key Features.
Updated constantly and fully
searchable online service
The
only online port service
that lists all of the
world’s 2,800 commercially
active ports
View
more ports, terminals and
wharfs than ever before
9,000
detailed services within
these ports
Our
port classifications are
quickly becoming the world
standard system for all of
the world’s docks and
harbours
Officially recognised by
IHMA and IAPH reviews and
endorsements
Markets Invaluable to anyone with
a need to search for reliable
and clear port data whether in
the shipping industry, in
freight/cargo transportation
or involved in crew transfers
to and from vessels via
airport or railway.
<%
pagesize=50
pageno = Request("pageno")
i = Request("i")
if pageno="" then
pageno = "1"
i=0
end if
pageno = cint(pageno)
pubdate = request("pubdate")
sql_src = "Select bookid, title from bdata where status <> 'D'"
if trim(pubdate)<>"" then
sql_src = sql_src & " order by title"
else
sql_src = sql_src & " and category='1' order by bookid desc"
end if
set rs_src=server.CreateObject("adodb.recordset")
rs_src.PageSize = pagesize
rs_src.Open sql_src,con,3,1
rsCount = rs_src.RecordCount
if not(rs_src.eof and rs_src.bof) then
rs_src.AbsolutePage = pageno
count = 0
while not rs_src.eof and count < pagesize
count=count+1
i=i+1
%>
<%
rs_src.MoveNext
wend
%>