2008的数据库连接

2008的数据库连接

本文介绍了SQL Server 2008和C#2008的数据库连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试将C#项目与SQL-Server-2008连接时出现错误.错误是:

I have Error when I try to connect my C# project with SQL-Server-2008. Error is :

a Network related or Instance - Specific error occurred. While establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connection provider SQL Network Interface, error:26 Error Locating Server/ Instance Specified..


,请帮助我..:confused:


please help me..:confused:

推荐答案




这篇关于SQL Server 2008和C#2008的数据库连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 23:29