是否有任何机制可以从 Visual Studio 2008 连接到 sql server 7?

发布于 2024-07-16 22:43:04 字数 218 浏览 7 评论 0原文

我们目前正在将基于 SQL Server 7 的数据库迁移到 SQL Server 2000(是的,进展),但与此同时,我们必须支持我们的 SQL Server 7 数据库产品。 我们目前可以访问 Visual Studio 2008,并且我知道不存在连接到 SQL Server 7 的本机支持。 有谁知道任何第三方解决方案可以让我使用 Visual Studio 2008 和 SQL Server 7 进行开发?

We are currently moving our SQL Server 7 based database to SQL Server 2000 (Yeah progress) However in the mean time we have to support our SQL Server 7 database product. We currently have access to Visual Studio 2008 and I know that native support of connecting to SQL Server 7 does not exist. Does anyone know of any third party solutions that will allow me to develop with visual studio 2008 and SQL Server 7?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鹿港小镇 2024-07-23 22:43:04

您应该能够使用 System.Data.SqlClient 命名空间中的类连接到 SQL Server 7 或更高版本的实例。

You should be able to use the classes in the System.Data.SqlClient namespace to connect to an instance of SQL Server 7 or above.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文