创建分层记录集
如何在不使用 MSDATASHAPE Provider 的 SHAPE 命令的情况下创建分层记录集?
How can we create a hierarchical recordset without using SHAPE Command of MSDATASHAPE Provider?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有直接的方法可以通过对象模型来完成此操作,即不使用数据整形服务(提供程序)和 Recordset.Open 方法。
正如文档所述,您仍然可以使用它来构建分层记录集。下面是给出的示例:
您应该在 MSDN Library CD 文档中找到它。
As far as I can determine there is no direct way to accomplish this via the object model, i.e. without using the Data Shaping Service (Provider) and the Recordset.Open method.
As the documentation says though you can still use it to fabricate hierarchical Recordsets. Here is the example given:
You should find this right in your MSDN Library CD documentation.