I have an application in VB 2005 and try to replace old AxMSHierarchicalFlexGridLib.AxMSHFlexGrid
with a DataGridView

Before I used a connection to a database like this:

cn = New...