D
ds_pam
Hi
I'm using OLEDB to fill a dataset from CSV file.
it works great - too great.
the dataset recognizes some text fields as integers. for example the
date 02/08/05 is transformed to 20805.
I want the dataset to read all data as strings.
I can't use schema files because the CSV files are generated at runtime
with different names and column number,
and I can't manipulate the files I read.
any ideas?
Thanks
Richard
I'm using OLEDB to fill a dataset from CSV file.
it works great - too great.
the dataset recognizes some text fields as integers. for example the
date 02/08/05 is transformed to 20805.
I want the dataset to read all data as strings.
I can't use schema files because the CSV files are generated at runtime
with different names and column number,
and I can't manipulate the files I read.
any ideas?
Thanks
Richard