是否有任何机制可以从 Visual Studio 2008 连接到 sql server 7?
我们目前正在将基于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够使用 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.