<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim l Dim l_numRows Set l = Server.CreateObject("ADODB.Recordset") l.ActiveConnection = connection l.Source = "SELECT * FROM Links" l.CursorType = 0 l.CursorLocation = 2 l.LockType = 1 l.Open() l_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 3 Repeat1__index = 0 l_numRows = l_numRows + Repeat1__numRows %> <% set conn=server.createobject("ADODB.Connection") conn.open connection %>
 

Click here for more information
Click here for more information
www.meteo.vc

Our site uses the following, click on the icons to download.

Acrobat Reader

 

Photo Gallery

 
©2005
Government of St. Vincent and the Grenadines
Set as Homepage | Add to Favourite | Print Page | Terms of Use | Privacy Policy
The official website of the Government of St. Vincent and The Grenadines
Ministry Telecommunications, Science, Technology & Industry
e-mail: webunit.telecom@mail.gov.vc
Telephone: (784) 456-1223, 456-1111 Ext. 404/405
Fax: (784) 457-2880
 
<% l.Close() Set l = Nothing %>