問題描述
我有一些關于本地和基于服務的數據庫的問題:使用基于服務的數據庫是否需要用戶安裝 SQL Server?如果是這樣,有什么辦法可以解決嗎?本地數據庫是否要求用戶安裝 SQL Server?本地數據庫和基于服務的數據庫有什么區別.(我說的是 Visual Studio 中的項目)
I have a some questions about local and service-based databases: Does using a service-based database require the user to have SQL Server installed? If so, is there ANY way around it? Does a local database require the user to have SQL Server installed? What is the difference between a local database and a service-based database. (I am talking about the items in Visual Studio)
推薦答案
客戶端無需安裝 SQL 即可以編程方式連接到位于別處的數據庫.任何包含連接到數據庫的代碼的機制通常都會創建連接.例如,.NET 的 System.Data 命名空間負責 .NET 程序的這一工作.不需要安裝 SQL.當然,管理工具不會出現在客戶端上.
Clients do not need SQL installed to programatically connect to a database located elsewhere. Whatever mechanism contains the code to connect to databases in general will create the connection. For example, the System.Data namespace of .NET takes care of this for .NET programs. SQL installation is not necessary. Management tools, of course, will not be present on the client.
這篇關于關于本地數據庫與基于服務的數據庫的問題的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!