Answer the question
In order to leave comments, you need to log in
Is it relevant to write an xml parser?
Dear developers, what do you think about such a task - there is an xsd scheme and, accordingly, an xml file (the size of xml is not limited by anything). It is necessary to create a program that, based on this scheme, creates a database, for example, in ms sql and fills this database with data from an xml file. The xsd and xml files themselves are not known in advance (as well as their size). The first step is to use DataSet, but due to the file size (for example, 3GB), there is not enough memory and, accordingly, this option is no longer available. I would like to hear your opinion on the feasibility of this task, or is it essentially a "Sisyphean" work?
Answer the question
In order to leave comments, you need to log in
due to the file size (for example, 3GB), there is not enough memory and, accordingly, this option is no longer available.
If a database from this file is really needed, it is advisable to write. If it is possible to do without a DB - it is inexpedient. There is no point in writing the XML parser itself, there are a lot of ready-made implementations.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question