是否有用于连接数据库的通用组件/表单?
我需要一个表单,可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
.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