gallicus
Member
Hi,
I populate a DataSet with an OleDbDataAdapter object (the source is an excel spreadsheet)
objAdapter1.Fill(objDataset1);
Any ways this works with no problems. But somewhere along the line the first row of excel cells are made into the column headings of the datatable of the dataset. I want to be able to choose if the first row of cells get made into the column heading, is this possible?
I populate a DataSet with an OleDbDataAdapter object (the source is an excel spreadsheet)
objAdapter1.Fill(objDataset1);
Any ways this works with no problems. But somewhere along the line the first row of excel cells are made into the column headings of the datatable of the dataset. I want to be able to choose if the first row of cells get made into the column heading, is this possible?