Visual Studio 2010 和优势服务器错误的发现
我在 Windows 7 64 位机器上安装了 VS 2010。当我尝试使用 Advantage OLEDB 驱动程序通过服务器资源管理器连接到优势数据库时,出现无法发现优势数据库服务器错误。我可以使用 ARC 连接到数据库。我能够在 VS 2008 中正常连接。关于为什么我无法在 VS 2010 中连接有什么想法吗?
I installed VS 2010 on a Windows 7 64 bit machine. When I try and connect to an advantage database through the server explorer using the Advanatage OLEDB driver I get a cannot discover advantage database server error. I can connect to the database using the ARC just fine. I was able to connect in VS 2008 just fine. Any ideas on why I can't connect in VS 2010?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您尝试连接“本地服务器”,请确保您的连接字符串包含
“ServerType=ADS_LOCAL_SERVER;”
。如果使用 Advantage Database Server(远程服务器),则 <代码>此链接可能有一些有帮助的想法。它讨论了在发现失败时提供 IP 地址和端口号的各种方法。例如,您可以在连接路径中包含端口号:\\servername:6262\path\dictionary.add
。If you are trying to connect with "local server", then be sure that your connection string contains
"ServerType=ADS_LOCAL_SERVER;"
. If using Advantage Database Server (remote server), thenthis link
might have some ideas that help. It discusses various ways to provide the IP address and port number if discovery is failing. For example, you can include the port number in the connection path:\\servername:6262\path\dictionary.add
.