Cannot Connect SQLServer 2008 with the provider SQLNCLI

来源:互联网 发布:淘宝批量定制商品规则 编辑:程序博客网 时间:2024/06/04 08:05

来至:

Microsoft Developer Network >论坛主页> SQL Server Express > Cannot Connect SQLServer 2008 with the provider SQLNCLI

出现“connot open file provider=sqlncli...”错误提示

This is a component of SQL Server native client.  Locate the sqlncli10.dll file; usually located in C:\Windows\System32\ and make sure that it has been properly registered:

This command registers the sqlncli10.dll file -

regsvr32 C:\Windows\system32\sqlncli10.dll

原创粉丝点击