K
Ken Pinard
I am reading a dataset from a CSV file and creating XML. From there I put it
into a dataset.
What I want to do now is to take that datatable and store it into a database
(through an ODBC connection).
I thought there was an easy way to assign the dataset to the new connection
and/or dataadapter and tell it to store/save/etc. the datatable to the
database.
Can someone point me in the right direction? Or am I just off my rocker
again?
Thank you for any insight you can provide,
Ken
into a dataset.
What I want to do now is to take that datatable and store it into a database
(through an ODBC connection).
I thought there was an easy way to assign the dataset to the new connection
and/or dataadapter and tell it to store/save/etc. the datatable to the
database.
Can someone point me in the right direction? Or am I just off my rocker
again?
Thank you for any insight you can provide,
Ken