<%
set cmd=server.createobject("adodb.command")
cmd.ActiveConnection=whtConn
cmd.commandtext=" SELECT * FROM tblPages where homepage = 1 "
set rs1=server.createobject("adodb.recordset")
set rs1=cmd.execute
while rs1.eof=false %>
<%= rs1("Pagedata")%>
Our
staff and faculty had laid down objectives to ensure
that students receive the highest quality of education.
This is achieved by providing programs of study in
flight and technical subjects that give the students the
requisite skills to be competitive in the job market. In
addition to this, MAA ensures that students are provided
with support knowledge that gives additional privilege
complementary to their education program thus helping
them when being interviewed and employed after
graduation.
<% rs1.movenext
wend %>
JOIN OUR NEWSLETTER
OUR LATEST NEWS
ONLINE GALLERY
<%
set cmd=server.createobject("adodb.command")
cmd.ActiveConnection=whtConn
cmd.commandtext=" SELECT * FROM tblPages where ID = 99 "
set rs2=server.createobject("adodb.recordset")
set rs2=cmd.execute
while rs2.eof=false %>