<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" %> <%@ include file="../Connections/oracle.jsp" %> <% Driver Drivernoticias = (Driver)Class.forName(MM_oracle_DRIVER).newInstance(); Connection Connnoticias = DriverManager.getConnection(MM_oracle_STRING,MM_oracle_USERNAME,MM_oracle_PASSWORD); PreparedStatement Statementnoticias = Connnoticias.prepareStatement("SELECT NEWS, TITLE FROM FOMENTO.NOTICIAS ORDER BY ID ASC"); ResultSet noticias = Statementnoticias.executeQuery(); boolean noticias_isEmpty = !noticias.next(); boolean noticias_hasData = !noticias_isEmpty; Object noticias_data; int noticias_numRows = 0; %> <% int Repeat1__numRows = -1; int Repeat1__index = 0; noticias_numRows += Repeat1__numRows; %> <% int noticias__numRows = -1; int noticias__index = 0; noticias_numRows += noticias__numRows; %> Welcome to Pereira - Tourism Promotion Office of Pereira
Tourism Promotion Office of Pereira - Pereira City Government
Bienvenido a PereiraWelcome to Pereira

 

Hosptality
Commerce Fun Culture Nature About the city
   
 


Always something new

Natural reservoirs, theme parks, shopping malls, urban and rural lodging, culture, fun, cuisine, adventure and partying offered by Colombia’s finest host. All of these and more make of this destination something new and different.

Photo Gallery

 

 

News & Events         


 
  • <% while ((noticias_hasData)&&(Repeat1__numRows-- != 0)) { %> <%=(((noticias_data = noticias.getObject("TITLE"))==null || noticias.wasNull())?"":noticias_data)%>
    <%=(((noticias_data = noticias.getObject("NEWS"))==null || noticias.wasNull())?"":noticias_data)%> <% Repeat1__index++; noticias_hasData = noticias.next(); } %>

"Here there are no foreigners ; Everyone is a Pereiran "



Design:
Juan Pablo Hurtado López   Photography: Nicolás González Gómez   

Oficina de Fomento al Turismo de Pereira - 2006 All rights reserved


<% noticias.close(); Statementnoticias.close(); Connnoticias.close(); %>