<% Dim MainPageNews dim ObjMPageNews Dim MPNews_numRows set ObjMPageNews = Server.CreateObject("ADODB.Connection") 'strNewsConn = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("Db\NEWS.mdb") strNewsConn = "dsn=Newsdsn" ObjMPageNews.open strNewsConn Set MainPageNews = Server.CreateObject("ADODB.Recordset") MainPageNews.ActiveConnection = ObjMPageNews strSql = "SELECT News_ID, Heading, headlines, mainnews, Pics FROM News" MainPageNews.CursorType = 2 MainPageNews.CursorLocation = 2 MainPageNews.LockType = 1 MainPageNews.Open strSql %> <% Dim RsSitePolls Dim PollsConn 'PollsConn = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("Db\PollsDb.mdb") PollsConn = "dsn=PollsDbdsn" set RsSitePolls = server.CreateObject("ADODB.recordset") RsSitePolls.activeconnection = PollsConn RsSitePolls.source= "SELECT * FROM Polls" RsSitePolls.cursortype = 0 RsSitePolls.cursorlocation = 2 RsSitePolls.locktype = 2 RsSitePolls.open() %>


 

Search:


 

Visitors online: <%Response.write Application("Active")%>
You are Visitor #: <% Response.write Session("VisitorID")%>
Total Site Visitors:
MEET OUR
GOVERNOR
Osun State Governor, Prince Olagunsoye Oyinlola.
   

















 
SITE FEEDBACK
 
How would you rate this site
Excellent
Good
Fair
Poor
 





















 

 

Videos

Listen to OSBC 104.5FM radio Live!

Watch Osun State Brocasting Corporation (OSBC) Channel 39 Live!

A Documentary On Investment Tourism Potentials of Osun State, Nigeria.

 
 

Click here to make Osun State your default homepage

The First Osun State Economic Summit

The First Osun State Economic Summit

 
News
<% x = 2 mainpagenews.movefirst do until mainpagenews.eof x = x + 1 if x mod 2 = 1 then %>
<%= mainpagenews("heading") %>
<%= MainpageNews("Headlines") %> ">
news
<% else %>
" alt="" width="90" height="102" border=0> <%= mainpagenews("heading") %>
<%= MainpageNews("Headlines") %> "> news
 
<% end if mainpagenews.movenext() loop %>
Governor's Speeches
dsdsdsdsd
dsdsd
dsds
 












©2004,Osun State Government All Rights Reserved.
Site Designed by Systems Maintenance Specialist Ltd
All enquiries to the Webmaster
<% RsSitePolls.close() set RsSitePolls = Nothing %>