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>

Monica Frintu [MSFT]

2005-05-24, 8:24 pm

Hi,

The following article will help you solve your problem :

http://msdn.microsoft.com/library/d...-us/dnsql90/htm
l/exchsqlxml.asp

Best regards,
Monica Frintu

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm" .

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com