<%@ page contentType="text/html; charset=UTF-8"%> <%@ page import="com.csc.library.system.*,com.csc.library.utilities.*,com.csc.library.cscimport.*,java.util.*"%> <%@ page import="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>TestImport.jsp</TITLE> </HEAD> <BODY> <% UProfile up = new UProfile(); up.setDbName("MYHRDBS"); up.setUserName("M01"); up.set("companyid","10"); up.set("appname","Payroll"); up.set("lang","tha"); /* DbXml dbxml = new DbXml(up, "PRU029", "", "", "",new HashMap()); DbRecord rec = dbxml.getRecord(); rec.set("employeeid","003"); rec.set("companyid","10"); rec.search(); DbTable py1 = (DbTable)rec.getChild("simtpytran1"); out.print(py1.getChildTable()); for(int i=1;!py1.eof();py1.next(),i++){ out.print(py1.getString("formulaid")+"<BR>"); } */ /* DbRecord comp = new InitialRecord(up).getDbRecord("muser"); MyImport myImp = new MyImport(comp,"D:/EnterprisePT/Jboss/server/default/deploy/PRPEAP.ear/prAppWeb.war/ExportFile/Export/emp5.txt","D:/EnterprisePT/Jboss/server/default/deploy/PRPEAP.ear/prAppWeb.war/ImportFile/muser"); myImp.process(); */ %> </BODY> </HTML>