【发布时间】:2014-02-12 18:58:23
【问题描述】:
我在我的应用程序中使用 SqlHelper。如果使用 SQL Server 作为数据库,它可以正常工作。但它在 Oracle 中不起作用。
它显示:
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 connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
我该如何解决?
【问题讨论】:
标签: c# vb.net oracle sqlhelper