Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试让 ADT 包 (Eclipse) 连接到 SQL-Server 2012 数据库。
这是我通过 SQL Explorer 尝试的:
我收到了这个错误:
我有一个名为“admin”的用户,其密码(我正确地提供给 jtds)。
我究竟做错了什么 ?
看起来您的 SQL-Server 未配置为允许远程连接。
看看这个答案:https ://stackoverflow.com/a/11278115/1430055
还要检查正确的身份验证模式。