wy_trip_statementasp.asp
上传用户:hnxqingdao
上传日期:2013-05-22
资源大小:1283k
文件大小:0k
源码类别:

其他行业

开发平台:

ASP/ASPX

  1. <!--#include file="../../wy_trip_inc/wy_trip_fun.inc" -->
  2. <%
  3.     newstatementinfor=request.Form("statement")
  4. sqlstr="select * from trip_infor"
  5. strname="statement"
  6. 'return 1 is updata is complete or else false
  7. if(sqlupdata(sqlstr,strname,newaboutinfor)=1) then
  8.        response.redirect("../wy_trip_statement.asp")
  9.    
  10. else
  11.       
  12.   call systemerror("声明信息更新 失败!")
  13. end if
  14. %>