Array browser - Dataset population from array
I want to display to users the contents of a 2 dimensional array but have not found a way to populate a dataset with the values from the array.
It seems the only thing a dataset expects as source is a file. (Access etc).
I have even tried using ADODB.Recordset approach to no avail.
Has anyone any experience with VS 2005/Net 2.0 with browsing a virtual db in this manner.
Can someone point me to some examples of how to get this array data into the dataset so the datagridview columns can be populated. The max array size is 128 rows by 11 columns.
Thanks
Al

