<%
strSql="select * from TBL_WORKING WHERE (BIT_ENABLE = TRUE) Order by DTE_WORKING_DATE DESC,INT_WORKING_ID DESC"
Rs.Open strSql,connMain,1,3
If Not Rs.Eof Then
do while not Rs.eof
%>
<%if intWorkingID <> "" and intWorkingID <> 0 then%>
<%
strSql="SELECT * FROM TBL_WORKING WHERE INT_WORKING_ID = "&intWorkingID&""
Rs.Open strSql,connMain,1,3
if not Rs.eof then
%>
<%=Rs("STR_WORKING_SUBJECT")%>
<%=Rs("STR_WORKING_DETAIL")%>
<%
End if
Rs.Close
%>
<%else%>
Come and work in Bangkok, Thailand
Got a question about coming to live and work as a teacher in Thailand? You've come to the right place.
Click on the links below for help in answering your questions about Thailand, Bangkok and teaching in a Thai School or Company.
<%
strSql="select * from TBL_WORKING WHERE (BIT_ENABLE = TRUE) Order by DTE_WORKING_DATE DESC,INT_WORKING_ID DESC"
Rs.Open strSql,connMain,1,3
If Not Rs.Eof Then
do while not Rs.eof
%>