dbTalk Databases Forums  

SSIS - XML Destination

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS - XML Destination in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Landry, Eric
 
Posts: n/a

Default SSIS - XML Destination - 02-23-2007 , 11:14 AM






Is there a way to create an XML destination in a data flow task?

I am trying to create an XML string to pass as a parameter in a web service.

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SSIS - XML Destination - 03-04-2007 , 06:35 PM






You will have to craft your own using the Script transform as a
destination.

--


Allan Mitchell
http://wiki.sqlis.com | http://www.sqlis.com | http://www.sqldts.com |
http://www.konesans.com



"Landry, Eric" <eric_landry (AT) tsged (DOT) com> wrote


Quote:
Is there a way to create an XML destination in a data flow task?

I am trying to create an XML string to pass as a parameter in a web service.


Reply With Quote
  #3  
Old   
Todd McDermid
 
Posts: n/a

Default Re: SSIS - XML Destination - 06-08-2007 , 01:03 PM



I'm attempting to do that, but am not having very much luck.

I'm delivering a recordset destination variable to a script object, but it's
not working for me.

This is how I'm trying to fill a DataTable from the recordset:

Dim adaHeader As OleDb.OleDbDataAdapter = New OleDb.OleDbDataAdapter()
Dim tblHeader As DataTable = New DataTable("Header")
adaHeader.Fill(tblHeader, Dts.Variables("rstHeader"))

Reply With Quote
  #4  
Old   
xantari
 
Posts: n/a

Default Re: SSIS - XML Destination - 06-15-2008 , 10:16 PM



There is an XML destination adapter for SSIS available at http://www.keelio.
com

Matt Olson
http://www.keelio.com

url:http://www.ureader.com/msg/11463757.aspx

Reply With Quote
  #5  
Old   
xantari
 
Posts: n/a

Default Re: SSIS - XML Destination - 06-15-2008 , 10:16 PM



There is an XML destination adapter for SSIS available at http://www.keelio.
com

Matt Olson
http://www.keelio.com

url:http://www.ureader.com/msg/11463757.aspx

Reply With Quote
  #6  
Old   
xantari
 
Posts: n/a

Default Re: SSIS - XML Destination - 06-15-2008 , 10:16 PM



There is an XML destination adapter for SSIS available at http://www.keelio.
com

Matt Olson
http://www.keelio.com

url:http://www.ureader.com/msg/11463757.aspx

Reply With Quote
  #7  
Old   
xantari
 
Posts: n/a

Default Re: SSIS - XML Destination - 06-15-2008 , 10:16 PM



There is an XML destination adapter for SSIS available at http://www.keelio.
com

Matt Olson
http://www.keelio.com

url:http://www.ureader.com/msg/11463757.aspx

Reply With Quote
  #8  
Old   
xantari
 
Posts: n/a

Default Re: SSIS - XML Destination - 06-15-2008 , 10:16 PM



There is an XML destination adapter for SSIS available at http://www.keelio.
com

Matt Olson
http://www.keelio.com

url:http://www.ureader.com/msg/11463757.aspx

Reply With Quote
  #9  
Old   
xantari
 
Posts: n/a

Default Re: SSIS - XML Destination - 06-15-2008 , 10:16 PM



There is an XML destination adapter for SSIS available at http://www.keelio.
com

Matt Olson
http://www.keelio.com

url:http://www.ureader.com/msg/11463757.aspx

Reply With Quote
  #10  
Old   
xantari
 
Posts: n/a

Default Re: SSIS - XML Destination - 06-15-2008 , 10:16 PM



There is an XML destination adapter for SSIS available at http://www.keelio.
com

Matt Olson
http://www.keelio.com

url:http://www.ureader.com/msg/11463757.aspx

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.