%-- /*************************************************************************************** * @author - Aruni N Perera * @version - 1.0 * Date Written - 20/12/2004 * Last Modified Date - * Purpose of this file - Display selected members details. * **************************************************************************************/ --%> <%@ page import="java.sql.*,java.util.*,java.text.*,oracle.jdbc.driver.*"%> <% Connection conn = null; Statement stmt = null; ResultSet results = null; boolean errFlag = false; String tmpErrorString = ""; String strErrMsg = null; //---- create connection -------- String strDBURL = (String)application.getInitParameter("URL"); String strDBUser = (String)application.getInitParameter("SlasiUser"); String strDBPassword = (String)application.getInitParameter("SlasiPwd"); try { DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver()); conn = DriverManager.getConnection(""+strDBURL+"",""+strDBUser+"",""+strDBPassword+""); }catch(SQLException e){ System.out.println(e.getMessage()); }catch(NullPointerException ne){ System.out.println(ne.getMessage()); } String strOrder = request.getParameter("range"); String strIndustSev = request.getParameter("inSev"); String strTechFocus = request.getParameter("techFo"); String strServiceOf = request.getParameter("sevOff"); String strIndustId = null; String strTechId = null; String strServiceId = null; String strCompId = null; String strQryOrd = null; String strQuery = null; String strSelCrit = null; String strSelected = null; boolean bFound = false; if (strOrder == null) { strOrder = "All"; } if (strIndustSev == null) { strIndustSev = "none"; } else { strSelCrit = strIndustSev; } if (strTechFocus == null) { strTechFocus = "none"; }else { strSelCrit = strTechFocus; } if (strServiceOf == null) { strServiceOf = "none"; }else { strSelCrit = strServiceOf; } //System.out.println(strSelCrit); %>
|
|
|
|
|
|
|
|
|
|
|
|
![]() |
|
|||||||||
|
careers | downloads | site map | forum | other info |
||||||||||
|
|
||||||||||
|
|
|
|
|
|
|
|
||||
|
|
||||||||||
|
|
|
|||||||||
![]() |
||||||||||
|
|
||||||||||
|
| ||||||||||
|
|
|
|
||||||||
| © Copyright DMS Software Technologies 2004 | ||||||||||