是否有用于连接数据库的通用组件/表单?

发布于 2024-09-19 11:10:31 字数 133 浏览 5 评论 0原文

我需要一个表单,可以使用 ODBC 或任何其他数据提供程序轻松选择数据库源(从文件或网络),但我不想自己编写代码。

有没有任何组件或开源代码可以帮我省去麻烦?

提前致谢。

PS:与ADO.NET一起使用

I need a form where I could easly select a database source (from file or network) using ODBC or any other data provider, but I don't want to code it myself.

Are there any component or open source code that could save me the trouble?

Thanks in advance.

PS.: to be used with ADO.NET

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

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

发布评论

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

评论(1

合约呢 2024-09-26 11:10:31

.NET 框架本身没有这样的组件,但是 Microsoft 发布了 Visual Studio 连接对话框的代码。该 API 有点笨拙,但它的工作方式却很有魅力。

您可以在此处下载

There is no such component in the .NET framework itself, however Microsoft released the code for the Visual Studio connection dialog. The API is a bit awkward, but it works like a charm.

You can download it here

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