I am currently developing an application using VB 6 and SQL Server 7. My application is using ADO hierarchical recordsets, and it is taking a considerable amount of time to do updates. When using a regular recordset, there are no performance problems at all. Is speed a known problem with hierarchical recordsets, and does anyone have any suggestions on how I can speed it up?

Thanks