0 votes
in XML by
How to connect XML with the database?

1 Answer

0 votes
by

XML import and export modules are used to connect XML applications with databases. There has to be a 1:1 match between the field name of element type and the database table in DTD or XML schema. While in some cases little programming is required to establish the desired match.

...