<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %> <%@ include file="Connections/rbdc.jsp" %> <% Driver Driverrst = (Driver)Class.forName(MM_rbdc_DRIVER).newInstance(); Connection Connrst = DriverManager.getConnection(MM_rbdc_STRING,MM_rbdc_USERNAME,MM_rbdc_PASSWORD); PreparedStatement Statementrst = Connrst.prepareStatement("SELECT docid, docupath, docdesc FROM rbdccom_rbdc.tbldocument WHERE docid = 1 ORDER BY docdesc"); ResultSet rst = Statementrst.executeQuery(); boolean rst_isEmpty = !rst.next(); boolean rst_hasData = !rst_isEmpty; Object rst_data; int rst_numRows = 0; %> <% int Repeat1__numRows = -1; int Repeat1__index = 0; rst_numRows += Repeat1__numRows; %> Small Business Centre South West Metro: Business Incubators

Small Business Centre South West Metro: Business Incubators

Business Incubators

The Small Business Centre South West Metro manages the business incubators on behalf of the South Coast Business Development Organisation (SCBDO), formerly known as the Rockingham Business Development Organisation(RBDO). The Rockingham City Council and the Department of Employment, Education and Training and Youth Affairs fund the project primarily to assist and expand business opportunities and generate employment opportunities in the Rockingham Area.

The Business Incubator consists of 33 workspaces :

  • 19 Office Suites (varying rental from $117.00/month to $850.00/month)
  • Light Manufacturing Units ( varying rental from $295.00/month to $650.00/month)

Operating a business from the Business Incubator is a rare opportunity for new start-up business or home based business to grow and prosper.

We welcome new startup business and home based business to this highly successful environment. We are able to work closely with our tennants and provide opportunities that will allow them to grow, prosper and succeed.

Secretarial Services

On-site secretarial services such as typing, photocopying and fax facilities are readily available to Tennants and the general public. To assist incubator Tennants, the free services of the Small Business Centre are located on site as well.

Meeting and Training Room

The centre has a meeting and training room that is available for hires, discounted rates are available to incubator Tennants

<% while ((rst_hasData)&&(Repeat1__numRows-- != 0)) { %> <% Repeat1__index++; rst_hasData = rst.next(); } %>

Incubator Documents

<%=(((rst_data = rst.getObject("docdesc"))==null || rst.wasNull())?"":rst_data)%>
   
<% rst.close(); Statementrst.close(); Connrst.close(); %>