database schema - xml mapping

H

homecurr

Hi everyone:

I have a database with different tables and views. I need to generate
a xml file for each of them. For example, if there is a table
"Customer" with fields like name, address, telephone number..., I
would like to have a xml file

<Table>
<Name>Customer</Name>
<Field Name="Name" Type="String"/>
<Field Name="Address" Type="String"/>
<Field Name="Telephone" Type="Int"/>
</Table>

Is there a tool to do that? Can I do it with jdbc?

Thanks,

JOhn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top