如何在自定义 OleDB 驱动程序中显示浏览按钮

发布于 2024-12-04 20:14:14 字数 231 浏览 1 评论 0原文

我正在使用 ATL 编写自定义 OleDB 提供程序。它连接到文件类型数据库。除了一处遗漏之外,驱动程序功能已完成。

在驱动程序的数据链接属性对话框中,用户必须手动将所需的文件名键入(或粘贴)到数据源编辑框中。我希望它有一个文件浏览按钮,就像 MS Jet OleDB 驱动程序那样。是不是一个DBPROP结构提供了这个功能,你可以在其中指定你想要允许用户浏览,还有文件扩展名过滤器?

非常感谢您提前提供的任何帮助。

I am writing a custom OleDB provider using ATL. It connects to a file-type database. The driver functionality is complete, except for one omission.

In the Data Link properties dialog for the driver, the user has to manually type in (or paste) the required filename in to the DataSource edit box. I would like it to have a browse button for the file, as the MS Jet OleDB driver does. Is it a DBPROP structure that provides this functionality, where you can specify that you want to allow the user to browse, and also the file extension filter?

Many thanks for any help in advance.

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

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

发布评论

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

评论(1

单身情人 2024-12-11 20:14:14

这是一个提示输入路径的示例提供程序,也许有帮助:
http://msdn.microsoft.com/en-我们/库/ms715011(v=VS.85).aspx

Here's a sample provider that prompts for a path, maybe it helps:
http://msdn.microsoft.com/en-us/library/ms715011(v=VS.85).aspx

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