如何在自定义 OleDB 驱动程序中显示浏览按钮
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个提示输入路径的示例提供程序,也许有帮助:
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