从 sqlclient 连接访问 .UDL 文件

发布于 2024-07-17 09:20:41 字数 581 浏览 2 评论 0原文

我有一个 .udl 文件,其中包含以下连接字符串

[oledb]
; Everything after this line is an OLE DB initstring
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial
Catalog=Client_DB050208;Data Source=IAEADB\IAEADBDEV;;Network Library=dbmssocn

现在我尝试从

sConnectStr = "D:\PROBIS\ABC.udl" from one of my .vb class

NOTE 之类的语句访问此 .udl 文件:我需要使用 SqlClient.SqlConnection

那么我可以从 SqlClient.sqlConnection 访问这个 .udl 吗?

请回到这个问题

提前致谢

I have a .udl file with the following connection string in it

[oledb]
; Everything after this line is an OLE DB initstring
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial
Catalog=Client_DB050208;Data Source=IAEADB\IAEADBDEV;;Network Library=dbmssocn

Now I am trying to access this .udl file from the statement like

sConnectStr = "D:\PROBIS\ABC.udl" from one of my .vb class

NOTE : I need to use SqlClient.SqlConnection.

So can I access this .udl from SqlClient.sqlConnection.

Please get back to this question

Thanks in Advance

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

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

发布评论

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

评论(1

坏尐絯℡ 2024-07-24 09:20:41

看来你可以在 OLDEBConnection 而不是 SQL Connection 中得到它。 请参阅此处

有点道理。 否则只需解析文件。

It seems that you could get this in a OLDEBConnection not SQL Connection. See here

Sort of makes sense. Otherwise just parse the file.

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