Z
zb
Requirement:
Number of comma separated *files* (CSV) all related to each other have
to be read in such a way that they could easily be read to find
related data.
My idea:
Write a class with a method to add files which would be read split at
each new line and comma and then add to a seperate table in a dataset.
In essence, each datatable in the dataset will represent each file.
Can not use ODBC to read the files.
How to (Don't know or confused on how to do this in the best/easy
way) ....
-Add the relationship between files (the user could provide
this information)
-Get related information (basically, run a query)
-How to run this query? (dataview??)
Your Opinion:
Can you think of doing this in a better more efficient way?
What do you think of the concept that I am approaching?
Thank you for any help.
Number of comma separated *files* (CSV) all related to each other have
to be read in such a way that they could easily be read to find
related data.
My idea:
Write a class with a method to add files which would be read split at
each new line and comma and then add to a seperate table in a dataset.
In essence, each datatable in the dataset will represent each file.
Can not use ODBC to read the files.
How to (Don't know or confused on how to do this in the best/easy
way) ....
-Add the relationship between files (the user could provide
this information)
-Get related information (basically, run a query)
-How to run this query? (dataview??)
Your Opinion:
Can you think of doing this in a better more efficient way?
What do you think of the concept that I am approaching?
Thank you for any help.