|
Home > Archive > MS SQL XML > May 2005 > SQLXml Bulk Load IStream Serialization
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SQLXml Bulk Load IStream Serialization
|
|
| LvBohemian 2005-05-20, 3:24 am |
| Whats the best way to serialize this xml document to pass as a stream
instead of a xml document to a functioning sqlxml bulkload method in
C#?
Basically, I want to build this information dynamically and then
convert it to a stream and pass it on to the sql xml bulk load method
I have working...
I have seem to have IStream COM Issues that I am having trouble
working out...
<?xml version="1.0" encoding="utf-8" ?>
<LogDetail>
<LogDetails ID="999999998" EvtDate="5/19/2005 3:48:45 PM"
EvType="TEVT"
EvDesc="TED" EventCar="9998" ApNo="999-999999998"/>
<LogDetails ID="999999999" EvDate="5/19/2005 3:48:46 PM"
EvType="TEVT"
EvDesc="TED" EvCar="9999" ApNo="999-999999999"/>
</LogDetail>
| |
|
|
|
|
|