Visual Studio 2003 在哪里存储使用服务器资源管理器创建的连接

发布于 2024-08-04 04:15:50 字数 93 浏览 3 评论 0原文

我正在创建与 SAP 系统的连接,并希望手动修改连接字符串。可以这样做吗?

Visual Studio 2003 在哪里存储使用服务器资源管理器创建的连接

I am creating a connection to an SAP system and want to manually modify the connectionString. Is it possible to do this?

Where does Visual Studio 2003 store connections created using server explorer

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

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

发布评论

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

评论(1

回心转意 2024-08-11 04:15:50

我有 vs 2008,所以这可能会有所不同 - 但也许它仍然有帮助:

  • 连接字符串位于 %APPDATA%\Microsoft\VisualStudio\9.0\ServerExplorer\DefaultView.SEView (对于 vs 2003,这个可能是 ...\7.1\... 要查找 %APPDATA% 的值,请在 a 中执行 echo %APPDATA%cmd shell)
  • ,但是,它是一个 EncryptedConnectionString,类似于 01000000D08C9DDF0115D1118C7A00C04FC297EB0100000... - 所以你不能手动编辑它。

i have vs 2008, so this might be different - but maybe it still helps:

  • the connection string is in %APPDATA%\Microsoft\VisualStudio\9.0\ServerExplorer\DefaultView.SEView (for vs 2003, this would probably be ...\7.1\.... to find the value of %APPDATA%, do echo %APPDATA% in a cmd shell)
  • however, it is a EncryptedConnectionString, something like <EncryptedConnectionString id="ref-18">01000000D08C9DDF0115D1118C7A00C04FC297EB0100000...</EncryptedConnectionString> - so you cannot edit it manually.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文