File Manager
Back to List
| Current Directory: ~/
Editing: rp_chk_table.asp
Full path: C:\ict\ICT\rp_chk_table.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<% sql_ch="select * from thesis_plan_activity where id_stu='"&id_stu&"' and id_table='"&id_table&"' and id_result=1 and id_status=0" Set ors_ch=server.createobject("adodb.recordset") ors_ch.open sql_ch,conn,1,3 If not ors_ch.eof Then id_activity=ors_ch("id_activity") id_activity_r=ors_ch("id_activity_r") End if %>