%@LANGUAGE="VBSCRIPT"%>
|
PO BOX 14 Postal Code 115 Madinat Sultan Qaboos, Sultanate of Oman Ph : 00968 596454 Fax : 00968 597089 |
|
User Check Jobs - By Category |
|
<% dim updname, namePass, no_usr updname = request.querystring("uuname") set Cn = Server.CreateObject("ADODB.Connection") Cn.Open "driver=SQL Server;server=216.122.236.5;uid=alamjad;pwd=INdNPcsm6qk;database=alamjad" sql = "select job_title from subjob group by job_title" set rs=cn.execute(sql) if not rs.BOF and Not RS.EOF then rs.MoveFirst %> Select a Category from the List <% else response.write "No List" end if %> |
||