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
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.
DBMS_XMLGENyou are looking out for ? – V4Vendetta Jul 10 '12 at 11:36DataSetand then use theWriteXmlmethod – V4Vendetta Jul 10 '12 at 11:49