xml to sql thru an object




Hello,

i need to parse an xml file and insert the values into mssql, i was thinking
of creating an object that will hold the values before inserting them and do
some validation on them when done parsing i loop thru that object and insert
them ..

anyone has some idea or code that can help please email me at marwan.ak@gmail.
com


--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-csharp/200507/1
.



Relevant Pages

  • Program design question
    ... I have an XML file that I am using to hold some rules for downloading files ... I can parse these rules and read them into a vector - I now want to ... Prev by Date: ...
    (comp.lang.java.programmer)
  • XML parsing without startelement
    ... I want to parse an XML file that has just events, ... Illegal character at end of document, ... Prev by Date: ...
    (comp.lang.java)
  • Re: Is it possible to programatically get the text of a class, property or method?
    ... Then you should parse the XML file and get such info. ... If you add reference to a library (say, ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • Strange performance behavior of IXMLDOMNode>>text in DPRO 5.1.4
    ... I have come a quite a way in building my own framework to parse a particular XML file (that contains information about audio tracks). ... After some more experimentation I also found that the bigger the XML file was, the longer each method execution took, even if it was for the same node at the same position. ...
    (comp.lang.smalltalk.dolphin)
  • RE: Bug in MSXML / XML Parser .Net
    ... > I have a problem parsing XML file using XSLT stylesheet by using: ... > System.Xml.XPath.MethodOperand.SetXsltContext(XsltContext context) ... > When I use XMLSpy to parse the XML using MSXML 4 processor it works perfect. ...
    (microsoft.public.dotnet.xml)