NetBeans 7 到 MS Sql Server 2008R2 连接
我正在寻找一种简单的方法将我的 NetBeans 应用程序连接到 SQLServer 2008 R2 数据库... 我尝试使用 JDBC:ODBC 但这不起作用...我尝试了其他方法,但似乎已被弃用或对于 jre 1.7 来说太旧了...
有人有任何建议吗?我上网搜索了几个小时,但没有人谈论它,我发现的唯一的东西是关于 SQL Server 2000 和其他古老系统的!
非常感谢!
I'm looking for an easy way to connect my NetBeans application to an SQLServer 2008 R2 database...
I tried with JDBC:ODBC but this doesn't work... I tried other ways but appears to be deprecated or too old for the jre 1.7...
Does anybody have any suggestion? I'm googlig for hours but nobody talks about it, the only things i found are about SQL Server 2000 an other ancient systems!
Thank you very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用官方 Microsoft JDBC 驱动程序 或 JTDS 开源驱动程序这两个都工作正常......
You can use the official Microsoft JDBC Driver or the JTDS open source driver each of these two works fine ...
使用 jtds 作为 jdbc 驱动程序..还有一些更多的废话
Use jtds as the jdbc driver.. and here's some more fluff