Dear all,
I am writing the VS2005 with ASP.NET and C++.
Could you tell me how to write the code in DataSet or DataView from a list of raw data?
e.g. I have data[][]. How can it assign to dataset or dataview data by data??
I think I need to create column header with datatype, fieldname...etc. What the code should be in C++??
Please help!!