<%@ page contentType="text/html; charset=UTF-8"%> <%@ page import="com.csc.library.system.*,com.csc.library.utilities.*,com.csc.library.cscexport.*,java.util.*,com.csc.library.entry.*,com.csc.library.database.*,com.csc.library.session.*"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META name="GENERATOR" content="IBM WebSphere Studio"> <META http-equiv="Content-Style-Type" content="text/css"> <LINK href="THEME/MASTER.css" rel="stylesheet" type="text/css"> <TITLE>TESTEXPORT.jsp</TITLE> </HEAD> <BODY> <% UProfile up = new UProfile(); up.setDbName("BTOS"); up.setUserName("3300009"); up.set("companyid","10001"); up.set("lang","tha"); DbInquiry dbInq = new InitialInquiry(up).getDbInquiry(); dbInq.initMyTable("pwprefix", "", ""); dbInq.setColumn("*"); dbInq.refresh(); HashMap param1 = new HashMap(); param1.put("FILEXML",application.getRealPath("/ExportFile/mprefix")); MyExport myexp = new MyExport(param1,dbInq); /*HashMap hm = new HashMap(); hm.put("BANKID","0001"); hm.put("systemcode","88888"); hm.put("logiccode","9999"); */ myexp.process(); %> </BODY> </HTML>