<form id="hz9zz"></form>
  • <form id="hz9zz"></form>

      <nobr id="hz9zz"></nobr>

      <form id="hz9zz"></form>

    1. 明輝手游網中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!

      數據庫記錄的表格顯示,編輯與更新

      [摘要]<html><head> <title>authoredit.asp</title> </head><body bgcolor="#FFFFFF"> <% ' My ASP program t...

      <html><head>
      <title>authoredit.asp</title>
      </head><body bgcolor="#FFFFFF">
      <%
      ' My ASP program that given an AU_ID, allows editing a record

      myDSN="DSN=Student;uid=student;pwd=magic"

      set conntemp=server.createobject("adodb.connection")
      conntemp.open myDSN
      form_ID=request.querystring("which")

      sqltemp="select * from authors "
      sqltemp=sqltemp & " where AU_ID=" & form_id

      set rstemp=conntemp.execute(sqltemp)


      form_auID=rstemp("AU_ID")
      form_author=rstemp("Author")
      form_year_born=rstemp("Year_Born")

      rstemp.close
      set rstemp=nothing
      conntemp.close
      set conntemp=nothing
      %>
      <body>
      <form name="myauthor" action="authoreditrespond.asp" method="POST">

      <input type="hidden" name="id" value="<%=form_auid%>">

      <p>Author ID: <%=form_auid%></p>

      <p> Author Name:
      <input type="TEXT" name="name" value="<%=form_author%>"></p>

      <p> Year Born:
      <input type="TEXT" name="year" value="<%=form_year_born%>"></p>

      <p> <input type="SUBMIT"> </p>
      </form> (出處:熱點網絡)


      日韩精品一区二区三区高清