How can I get hierachy recordset in ms access through select statement?
+1
A:
DAO doesn't support Hierarchical recordsets. You may be able to use ADO in access, but I'm not certain.
theo
2008-09-18 03:34:43
You can use ADO in access by adding a reference to the ADO library through the visual basic for applications editor.
ranomore
2008-09-18 03:38:33
+1
A:
ADO 2.0 support MSDataShape - an OLEDB provider.
Check out data shaping at http://microsoft.apress.com/asptodayarchive/72268/data-shaping-with-ado-part-1
Ash Kim
2008-09-18 03:39:04
A:
This article on Managing Hierarchical Data in MySQL should also be suitable for Access.
You may also wish to read this article, it offers a different approach.
Remou
2008-09-18 08:01:07