E
E
e1s2015-03-26 12:05:56
SQLite
e1s, 2015-03-26 12:05:56

How to import data from xml to SQLite?

There is an application in C # that imports data from xml into ms sql 2008, while using an intermediate database ms sql compact. The problem is that at the moment the structure of the embedded database (sql compact) is created statically (when creating the database, the necessary empty tables are created) and if the xml file changes a little, you have to rewrite queries to create an intermediate database, I would like to automate this business.
I looked at SQLXML 4.0 from Microsoft, it works great with ms sql 2008, you specify xsd and xml and it creates a table and fills it with data, but it does not work with ms sql compact.
Now I'm looking towards SQLite, are there tools similar to SQLXML 4.0?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kronic, 2016-01-04
@kronic

no

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question