E
_eddie_
I need to translate a (proprietary format) data file and store the
data in both a dataset and an SQL database. It seems that the 'best'
way to do this may be to:
1 Create the SQL database tables/schemas first
2 Create the dataset internals from those
3 Load the datasets with the new data
4 Store the dataset back to the SQL db.
Is there a preferred method for doing this? If there is a good way to
automate creation of the SQL db from the dataset, it would save me
from having to write lots of SQL code.
data in both a dataset and an SQL database. It seems that the 'best'
way to do this may be to:
1 Create the SQL database tables/schemas first
2 Create the dataset internals from those
3 Load the datasets with the new data
4 Store the dataset back to the SQL db.
Is there a preferred method for doing this? If there is a good way to
automate creation of the SQL db from the dataset, it would save me
from having to write lots of SQL code.