You can use XML import and export modules to connect XML applications with databases. In some trivial cases there will be a 1:1 match between feildnames in the database table and element type names in the XML Schema or DTD, but in most cases some programming will be required to establish the desired match. This can usually be stored as a procedure so that subsequent uses are simply commands or calls with the relevant parameters.