SharePoint :: Using SharePoint Designer Display SQL Server Rows (via Data Form Web Part)

SharePoint :: Using SharePoint Designer Display SQL Server Rows (via Data Form Web Part)

本篇說明如何利用 SharePoint Designer 連結 SQL Server 資料表的資料。

使用 SharePoint Designer 連結資料表主要步驟如下:

  1. 使用 SPD 開啟網站
  2. 設定資料來源,資料來源連線成功即能看到資料表
  3. 選取要查詢的資料表或自訂 SQL 陳述式;SQL 陳述式必須含有 schema 名稱,ex: Select TOP 10 * From dbo.Address
  4. 將上述結果透過詳細資料來源檢視拖曳至 Web Part Zone 位置,即會自動轉為 DataFormWebPart 網頁組件
  5. 可在 DataFormView 網頁組件上使用篩選、排序、分頁等功能

 

SPDandDB-01

SPDandDB-02

SPDandDB-03

SPDandDB-04

SPDandDB-05

SPDandDB-06

SPDandDB-07

SPDandDB-08

SPDandDB-09

SPDandDB-10

SPDandDB-11

SPDandDB-12

SPDandDB-13

SPDandDB-14

SPDandDB-15

SPDandDB-16

SPDandDB-17

SPDandDB-18

SPDandDB-19