开发者

Questions about local database vs service-based database

开发者 https://www.devze.com 2022-12-19 19:17 出处:网络
I have a some questions about local and service-based databases: Does using a service-base开发者_Python百科d database require the user to have SQL Server installed? If so, is there ANY way around it?

I have a some questions about local and service-based databases: Does using a service-base开发者_Python百科d 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)


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号