Y
Yellow Dog
This is probably covered somewhere, but I am having a total brain
cramp.
I have a DataSet that gets loaded from an XML file. I want to do some
processing on it and then save it to a SQL Server data table. I am
currently doing by the brute force expedient of creating a
SqlConnection, building a string that contains the SQL statements to
CREATE the data table and then executing the SQL via an
ExecuteNonQuery.
It works, but there is a very nagging loud voice in my head telling me
that I am doing it the hard way.
If anyone know of an easier way or has a link to some sample code that
does a similar type of process, I would be greatly appreciative.
TIA,
If it ain't broke....fix it anyway!
[To Email Replies Remove the nospam from the address]
cramp.
I have a DataSet that gets loaded from an XML file. I want to do some
processing on it and then save it to a SQL Server data table. I am
currently doing by the brute force expedient of creating a
SqlConnection, building a string that contains the SQL statements to
CREATE the data table and then executing the SQL via an
ExecuteNonQuery.
It works, but there is a very nagging loud voice in my head telling me
that I am doing it the hard way.
If anyone know of an easier way or has a link to some sample code that
does a similar type of process, I would be greatly appreciative.
TIA,
If it ain't broke....fix it anyway!
[To Email Replies Remove the nospam from the address]