Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to export few table from an Oracle DB in xml using c#. The goal is to send the xml by mail and parse info into SqlServer DB, no other way to do it as there is a highly restricted network.

Thanks in advance, OwenS

share|improve this question
Is DBMS_XMLGEN you are looking out for ? – V4Vendetta Jul 10 '12 at 11:36
Thanks for your fast response, not really I am looking for a c# function that show me how to get informations from Oracle tables and generate an Xml file from it. – OwenS Jul 10 '12 at 11:46
1  
Well in that case you can pull the data into a DataSet and then use the WriteXml method – V4Vendetta Jul 10 '12 at 11:49
Should do the trick, thanks for your help. – OwenS Jul 10 '12 at 12:58

closed as not a real question by casperOne Jul 11 '12 at 11:49

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.