<% dim objdc,objrs set objdc=server.createobject("ADODB.Connection") objdc.connectionTimeout=15 objdc.CommandTimeout=30 objdc.open "united" set objrs=server.createobject("ADODB.Recordset") code =request.querystring("code")%> welcome to United Employment Agency
 
  <% sqlstmt = " select * from maid " sqlstmt = sqlstmt & " where code= '" & code & "'" objrs.open sqlstmt,objdc,3,1 %>
  Back
" height="125" width="100">
Code: <%= objrs("code") %>
Name: <%= objrs("name") %>
Place of Birth: <%= objrs("birthplace") %>
Age: <%= objrs("age") %> years old
Height: <%= objrs("height") %> cm
Weight: <%= objrs("weight") %> kg
Education: <%= objrs("education") %>
Marital Status: <%= objrs("maritalstatus") %>
Religion: <%= objrs("religion") %>
Nationality: <%= objrs("nationality") %>
Language: <%= objrs("language") %>
Working Experience: <%= objrs("wexp") %>
Skill Evaluation:  
Cooking: " ALIGN="top" BORDER="0">
Tutoring Children: " ALIGN="top" BORDER="0">
Sewing: " ALIGN="top" BORDER="0">
Wash/Clean/Iron: " ALIGN="top" BORDER="0">
Care of Infants: " ALIGN="top" BORDER="0">
Care of Babies: " ALIGN="top" BORDER="0">
Care of Aged/Disabled: " ALIGN="top" BORDER="0">
Gardening: " ALIGN="top" BORDER="0">
Remarks: <%= objrs("remarks") %>
 
Copyright © 2001 All rights reserved. United Employment Agency.
Developed by Jollyhub.com