Thanks, but that won't work. I already have XML which is being created by the sp so if I WriteXML it will create tags around existing XML.
Probably it's better to say I have a string column that I want to write to a disk file. Is there some way to write to a file stream directly or do I need to iterate through the rows of the dataset and call StreamWriter.WriteLine for each? Rick -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cecil Martin Sent: Monday, October 23, 2006 6:06 AM To: [email protected] Subject: Re: [Firebird-net-provider] Call tableadapter stored Rick Roen wrote: > Can I write this output from the fill method directly to a fileStream of > some kind and skip the extra steps? > Use the DataAdapter to fill a DataSet, and then use the WriteXml Method of the DataSet. Cecil Martin ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
