我有一个驻留在远程计算机上的自定义 ODBC 驱动程序,无论如何我都可以“共享”该驱动程序。用我的本地机器吗?

发布于 2024-09-30 03:31:04 字数 295 浏览 0 评论 0原文

我在服务器 (Windows 2003) 上设置了 ODBC 连接。驱动程序是自定义的,它们是我访问数据库的唯一方式。它们在这台机器上工作得很好,但是必须通过 RDP 在这台 Windows 2003 机器上使用 Visual Studio 是一件很痛苦的事情。

我无法在本地计算机 (Windows 7) 上安装 ODBC 包,因为安装程序允许的最新版本的 Windows 是 Windows 2003。

这非常令人沮丧,有什么方法可以解决这个问题吗?看起来我应该能够以某种方式代理到该 ODBC 连接,但我以前从未处理过此类专有数据库访问。

I have a ODBC connection setup on a server (Windows 2003). The drivers are custom and they're the only way I can access the database. They work fine on this machine, but having to RDP to use Visual Studio on this Windows 2003 machine is a pain in the ass.

I can't install the ODBC package on my local machine (Windows 7) as the latest version of Windows the installer will allow is Windows 2003.

This is incredibly frustrating, are there any ways around this? It seems like I should be able to proxy into that ODBC connection somehow, but I've never dealt with such proprietary database access before.

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

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

发布评论

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

评论(2

乙白 2024-10-07 03:31:04

OpenLink 多层 ODBC-ODBC 桥 已推出超过 15 年,并将启用 Windows 7 客户端和当前 ODBC 驱动程序所在的 Windows 2003 Server 计算机之间的桥接。

The OpenLink Multi-Tier ODBC-ODBC Bridge has been available for over 15 years and will enable the bridging between the Windows 7 client and Windows 2003 Server machine where the current ODBC Driver exists.

甲如呢乙后呢 2024-10-07 03:31:04

我想你想要这个:

ODBC-ODBC Bridge

我从来没有使用过它,但是这是最有名的一个

I think you want this:

ODBC-ODBC Bridge

I've never used it, but it's the best-known one

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