Convert XML to SQL
How to convert xml to sql. Possible xml to sql converters.
How to convert xml to sql file
- Databases
- No ratings yet.
Many database programs have the capability to import and process XML files (.xml) and create SQL databases (.sql) from it, which is what xml to sql conversion essentially represents. This appears to be a standard function nowadays, so you should have no trouble finding a tool that can convert xml to sql for you. It may work only on properly formatted XML files though.
If you are looking for a programming solution for this particular problem, you would be better of consulting websites like stackoverflow.com or similar.