gpt4 book ai didi

c# - 如何在 C# 中创建 SqlConnection 以指向 UDL 文件

转载 作者:太空宇宙 更新时间:2023-11-03 11:05:00 29 4
gpt4 key购买 nike

我的项目中有一个 .udl(通用数据链接)文件。现在我想创建一个应该指向这个特定文件的 SQL 连接。 SqlConnection 对象需要一个连接字符串,我们如何使用 .UDL 文件构建 SqlConnection?

最佳答案

来自 MSDN 站点:

It is possible to supply connection information for an OleDbConnection in a Universal Data Link (UDL) file; however you should avoid doing so. UDL files are not encrypted, and expose connection string information in clear text. Because a UDL file is an external file-based resource to your application, it cannot be secured using the .NET Framework. UDL files are not supported for SqlClient.

看这里:

http://social.msdn.microsoft.com/Forums/en-US/sqlnetfx/thread/0bb40f32-86f4-4b6f-a2e0-bc2bdcf07b63

关于c# - 如何在 C# 中创建 SqlConnection 以指向 UDL 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16234370/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com