Heim >Datenbank >MySQL-Tutorial >使用VS 2005 和SQL Server 2005创建连接(2)_MySQL

使用VS 2005 和SQL Server 2005创建连接(2)_MySQL

WBOY
WBOYOriginal
2016-06-01 13:50:351011Durchsuche

SQLServer2005

bitsCN.com

    在应用程序中的web.config文件添加如下数据库连接的配置:


      

connectionString="Data Source=       
.SQLEXPRESS;Initial Catalog=Northwind;  
User ID=sa;Password= sapassSql" providerName="System.Data.SqlClient"/>


至此,我们就可以在Visual Studio 2005中调用SQL Server的数据连接了。


最后,我们来测试数据连接,首先打开Visual Studio 2005,在视图的“服务器资源管理器”来添加SQL server 2005的连接,通过输入服务器名称和对应的SQL Server身份验证的sa用户名密码后,选取对应的数据库,最后点击“测试连接”,即可成功连接到数据库了。

 

bitsCN.com
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn