|
|
Archives of the TeradataForum
Message Posted: Thu, 24 Apr 2008 @ 13:15:31 GMT
Subj: | | Re: .net XML |
|
From: | | Dempsey, Mike |
Anomy.Anom wrote:
| One of the .net developers is looking at what would be involved in changing one of the custom reports from sql server to teradata.
Currently the sql server driver that they use allows the application to receive the payload as either a normal record set or as an XML file. Do
you know if the Teradata .net provider allows for the payload to be in the XML style? If not, does the OLEDB driver allow for this? | |
If you are using a DataReader then I think you are out of luck.
If you are using a DataSet however you can use the WriteXML() method to write the contents as an XML file. (I don't use DataSets but if you
need a Steam rather than a file I'm guessing it will also do that.)
Mike Dempsey
Teradata Client Tools
| |