CS052.xml 538 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<DBXML>
	<TABLE name="mtransfer_employee" status="" central="true" out="record">
		<FIELD>codeid</FIELD>		
		<FIELD>employee_company</FIELD>
		<FIELD>transfer_employee_ename</FIELD>
		<FIELD>transfer_employee_tname</FIELD>
		<FIELD>transfer_employee</FIELD>
		<FIELD>transfer_employee</FIELD>
		<FIELD>transfer_company</FIELD>
		<FIELD>transfer_date</FIELD>
		<FIELD>transfer_file</FIELD>
		<FIELD>transfer_status</FIELD>
		<FIELD>verified</FIELD> 
		<FIELD>runno</FIELD>
		<ORDER>
				<FIELD>codeid</FIELD>
		</ORDER>
	</TABLE>
</DBXML>