Download presentation
Presentation is loading. Please wait.
1
連結資料庫管理系統
2
資料庫管理系統 (DBMS) 資料庫管理系統包含兩項重要的東西: 資料通常儲存在一個或多個檔案裡面 資料 資料庫引擎 資料庫 引擎 資料
要求
3
一般常見的資料庫管理系統 有兩種常見的資料庫管理系統: 本機 (ACCESS) 伺服器 (SQL Server)
4
Databases 1: Design & SQL
Feb-May 2004 本機資料庫管理系統 本機 DBMS: 資料庫引擎在用戶端 例如: MS Access 資料庫 (.mdb) 資料庫引擎: JET ("Joint Engine Technology") 資料庫引擎 資料 用戶端行程 Note there is a difference between MS Access the product and MS Access databases. In particular, you can programmatically work with MS Access databases WITHOUT owning a copy of MS Access the product. MS Access the product is really just a GUI tool that lets you more easily work with MS Access databases. But JET is available separately for free, and thus you really don't need MS Access the product. ©2004 Joe Hummel, All Rights Reserved
5
資料庫管理系統伺服器 伺服器 DBMS: 資料庫引擎是另外一個行程 例如: 通常是在另外一部主機上
MS SQL Server, Oracle, DB2, MySQL 資料庫引擎 資料 網路 伺服器行程 用戶端行程
6
可透過 SQL Server Management Studio Access資料庫可直接開啟 .NET 開發平台的伺服器總管
7
SQL Server Management Studio
10
SQL Server Management Studio
依照登入權限 可建立新資料庫 可設計資料庫schema 可維護資料 可執行SQL指令等之DBMS功能
11
.NET 開發平台 伺服器總管
14
伺服器總管 可連結SQL Server, Access等資料庫 可建立新資料庫 可設計資料庫schema
可取代SQL Server等之DBMS功能
Similar presentations