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

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

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

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

      ASP+聯結數據庫

      [摘要]< %@ Import Namespace="System.Data" %><%@ Import Namespace="System.Data.SQL...
      < %@ Import Namespace="System.Data" %>
      <%@ Import Namespace="System.Data.SQL" %>

      <html>

      < script language="C#" runat="server">
      '聲明C#

      public DataSet dsCustomer;

      protected void Page_Load(Object Src, EventArgs E )

      {
      '當打開頁面時聯結數據庫

      SQLConnection myConnection = new SQLConnection
      ("server=sql2.bitsonthewire.com;uid=joeuser;pwd=joeuser;database=northwind");

      SQLDataSetCommand CustomersDSCommand = new SQLDataSetCommand("select * from customers", myConnection);
      dsCustomer = new DataSet();


      CustomersDSCommand.FillDataSet(dsCustomer,"Customers");

      foreach (DataRow Customer in dsCustomer.Tables["Customers"].Rows)

      {

      Response.Write(Customer["CustomerId"].ToString() + "<br> " ); } }

      </script>

      <body>

      </body>
      </html>


      </td>
      </tr>
      </table>
      </body>





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