<%-- *home.jsp *Created on July, 2005, 11:00 AM *By Shibu.A.S --%> <%@ page language="java" import="java.sql.*,java.util.*,java.text.*,com.ipath.bumga.*" errorPage="error.jsp"%> <% SimpleDateFormat sdf=new SimpleDateFormat("dd MMM yyyy HH:mm:ss z"); ParsePosition pos = new ParsePosition(0); Calendar cadd=Calendar.getInstance(); String datetime=""; String newsmsg=""; String pollmsg=""; MysqlBean db=new MysqlBean(); db.OpenConn("localhost/emtech","emtech","bumga680"); if(db!=null) { String pollid=""; String pollquestion=""; boolean status=false; String errmsg=""; if(datetime==null) datetime=""; if(newsmsg==null) newsmsg=""; if(pollid==null) pollid=""; if(pollquestion==null) pollquestion=""; if(errmsg==null) errmsg=""; datetime=""+sdf.format(cadd.getTime()); String sql=""; ResultSet rs=null; sql="select n_pid,c_question from poll order by d_startdate"; rs=db.getResults(sql); while(rs.next()) { pollid=rs.getString("n_pid"); pollquestion=rs.getString("c_question"); status=true; } rs.close(); db.CloseStmt(); StringBuffer pollbuf=new StringBuffer(); if(status) { pollbuf.append(""); pollbuf.append(""); pollbuf.append(pollquestion); pollbuf.append("
"); pollbuf.append(" "); pollbuf.append("Yes "); pollbuf.append("No"); pollbuf.append(" "); pollbuf.append("
"); pollbuf.append("
"); pollbuf.append(" "); pollbuf.append(" "); } pollmsg=pollbuf.toString(); StringBuffer newsbuf=new StringBuffer(); sql="select c_msg from news where c_status='Y'"; rs=db.getResults(sql); while(rs.next()) { newsbuf.append("myScroller1.addItem('"+rs.getString("c_msg")+"');"); newsbuf.append("\n"); } rs.close(); db.CloseStmt(); newsbuf.append("myScroller1.addItem('"+""+"');"); newsmsg=newsbuf.toString(); } db.CloseConn(); %> BUMGA Group of Companies,Leading importers & traders of building materials in Dubai
 



:: News Letter


:: Bumga Group ::

The Bumga Group of Companies is one of Dubai's Leading importers & traders of Building Materials, Structural steel & General hardware items.
The group comprises of two entities: BUILDERS MERCHANTS & BUMGA ENTERPRISES.

BUILDERS MERCHANTS is a trading company which specializes in Building Materials & Structural Steel while BUMGA ENTERPRISES deals in a wide range of general hardware items & light engineering equipment. Builders Merchants is the first Building Materials trading company in Dubai, to receive the prestigious ISO 9001:2000 Certification.

We have come a long way since 1968, the year we set shop in Dubai and helped start a business revolution. We 've done alot of growing in that time to stay on the leading edge of Dubai's Corporate World. The rapid development of the construction industry in Dubai has been central to the growth of the BUMGA GROUP. Also, the other reasons for its growth are its ability to sucessfully adapt to different eras & business trends and also its relentless orientation towards customer satisfaction. Even today, in the new millenium, we are working hard to continously improve the high quality service, that is our hallmark.


We are a company that is ready to meet the demands of the new century. But we will always have a fundamental legacy to define us, a legacy that ties us to our past and supports us as we approach the future.


<%=datetime%>
    :: Search

    :: Break News
    :: Openion Poll
<%=pollmsg%>
Copy right 2005 All rights reserved by Bumga.net
Best viewed in 800x600 resolution with IE 5.0