H
HKM
Hello,
I'm building data loader application that uploads data from excel
files to SqlServer. I'm using OleDbReader to read excel file into
dataset and then displaying it to user for configuration purposes.
My problem is, the target schema is different from the one found in
the excel files. My first shot at this was to convert the untyped
dataset (dataset built from reading excel file) to typed dataset that
is build from the target schema (SqlServer Table). Could anybody guide
me about this.
Thanks in advance,
-HKM
I'm building data loader application that uploads data from excel
files to SqlServer. I'm using OleDbReader to read excel file into
dataset and then displaying it to user for configuration purposes.
My problem is, the target schema is different from the one found in
the excel files. My first shot at this was to convert the untyped
dataset (dataset built from reading excel file) to typed dataset that
is build from the target schema (SqlServer Table). Could anybody guide
me about this.
Thanks in advance,
-HKM