Code : utility code for converting cellset to a data table
Code : utility code for converting cellset to a data table
Private Function getDataTable(ByVal cs As AdomdClient.CellSet) As DataTable
'design the datatable
Dim dt As New DataTable
Dim dc As DataColumn
Dim dr As DataRow