是否有一个选择数据库的对话框?
Windows 已经包含用于选择文件或打印机的对话框。
是否有一个内置对话框来选择数据库?
理想情况下,它适用于 SQL Server 以外的数据库,并且会公开连接字符串。
Windows already contains dialogs to choose a file or printer.
Is there a built-in dialog to select a database?
Ideally, it would work for databases other than SQL server and would expose a connection string.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知。打印机和文件对话框已内置到操作系统中。数据库没那么多。我认为数据源(ODBC)并不是真正可以从代码中轻松调用的东西,而且我不认为它返回像您期望的那样的连接字符串。
Not that I'm aware of. The printer and file dialogs are baked into the operating system. Database not so much. The Data Sources (ODBC) isn't really something I thought you could call from code easily and I don't think it returns a connectionstring like you're expecting.
它隐藏在“管理工具”中:开始=>控制面板=>管理工具 =>数据源(ODBC)
It's buried in the 'Administrative Tools': Start => Control Panel => Administrative Tools => Data Sources(ODBC)