未找到数据源名称且未指定默认驱动程序
我正在尝试使用 osql.exe -L
连接以列出网络上的服务器。但是,我得到的不是服务器列表,而是以下错误:
[ODBC Driver Manager] Data source name not find and no default driver specified
我不确定导致此问题的原因 - 任何指针导致朝着正确的方向会有帮助。非常感谢!
I am trying to connect to list the servers on my network using osql.exe -L
. Instead of a list of servers, however, I get the following error:
[ODBC Driver Manager] Data source name not found and no default driver specified
I'm not sure what's causing this problem - any pointers leading in the right direction will be helpful. Thanks so much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DSN 区分大小写,请确保输入正确的名称。它应该与 odbc.ini 文件 (unix) 或“ODBC 数据源管理器”(windows) 中的任何内容相匹配。
The DSN is case sensitive, make sure your putting in the right name. It should match whatever you have in your odbc.ini file (unix) or in the "ODBC Data Source Administrator" (windows).