ad
Sun May 29 00:19:50 CDT 2005
Thank,
For example, I have a xml document below
How can I use XmlTextReader to export it into a database ?
----------------------------------------------------------------------------
----------------------------------
<?xml version="1.0" encoding="utf-8" ?>
<bookstore>
<book>
<title>The Handmaid's Tale</title>
<price>12.95</price>
</book>
<book>
<title>Pride and Prejudice</title>
<price>24.95</price>
</book>
</bookstore>
----------------------------------------------------------------------------
-------------------------------
"Robbe Morris [C# MVP]" <info@eggheadcafe.com> ¼¶¼g©ó¶l¥ó·s»D
:eDKHYf#YFHA.1092@tk2msftngp13.phx.gbl...
> XmlTextReader...
>
> --
> 2004 and 2005 Microsoft MVP C#
> Robbe Morris
>
http://www.robbemorris.com
>
http://www.masterado.net
>
>
>
> "ad" <ad@wfes.tcc.edu.tw> wrote in message
> news:ezgR4g0YFHA.1088@TK2MSFTNGP14.phx.gbl...
> >I always used XmlDocument to load a xml file into memory and to access
it.
> > But if the xml is very huge (Say over 500MB)
> > How can I access it?
> >
> >
> >
> >
>
>