Did you try with XML DOM?
--
Every thing is perfect, as long as you share!!!
[quoted text, click to view] "ano" wrote:
> Hi all,
>
> I'm a newbie. I want to parsing XML data into a single relational database.
> I found that this can be done by reading XML file into a dataset and uses
> a DataAdapter to load them into a database.
>
> Is this a good way to parsing XML data? Are there any easier way?
> I'm not using a SQL Server so I can't use SQLXML lib.
> Where I can find a good site that provide goods example about this things?
>
> Thanks,