R
Roy
This is my first time trying to use XML.
Here is the situation:
I need to read and parse about 500000 records from a txt file. Then I need
to insert it into SQL Server 7 in the most effecient way.
I am writting the xml to a file using a typed dataset.
Next, I need to insert the data to a SQL table.
From the examples I have seen, the zml document need to begin with <root>
and terminate with </root>.
The xml document that the dataset created did not contain those tags. Is
there a setting taht will cause the dataset to insert these tags? If not,
how would you go about doing it, through code?
Your help and patience will be appreciated.
Roy
Here is the situation:
I need to read and parse about 500000 records from a txt file. Then I need
to insert it into SQL Server 7 in the most effecient way.
I am writting the xml to a file using a typed dataset.
Next, I need to insert the data to a SQL table.
From the examples I have seen, the zml document need to begin with <root>
and terminate with </root>.
The xml document that the dataset created did not contain those tags. Is
there a setting taht will cause the dataset to insert these tags? If not,
how would you go about doing it, through code?
Your help and patience will be appreciated.
Roy