ef8eedf51b2a4a915074d5bee9bf8d71a5313a3c.svn-base 825 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 20 21 22 23 24 25 26 27 28 29 30 31 32
<?xml version="1.0" encoding="TIS-620"?>
<DBXML>
	<TABLE name="er_main_committee" status="central" central="true" out="record">
		<FIELD>codeid</FIELD>
		<FIELD>employeeid</FIELD>
		<FIELD>positionid</FIELD>
		<FIELD>start_date</FIELD>
		<FIELD>end_date</FIELD>
		<FIELD>status</FIELD>
		<ORDER>
			<FIELD>codeid</FIELD>
		</ORDER>
	</TABLE>
	<TABLE name="memployee" status="center" central="false" out="inquiry">
		<FIELD>employeeid</FIELD>
		<FIELD>companyid</FIELD>
		<FIELD>fname</FIELD>
		<FIELD>lname</FIELD>
		<FIELD>emp_prefix</FIELD>
		<ORDER>
			<FIELD>employeeid</FIELD>
		</ORDER>
	</TABLE>
	<TABLE name="er_club_position" status="center" central="false" out="inquiry">
		<FIELD>positionid</FIELD>
		<FIELD>tdesc</FIELD>
		<FIELD>edesc</FIELD>
		<ORDER>
			<FIELD>positionid</FIELD>
		</ORDER>
	</TABLE>
</DBXML>