HiDoes anyone know of any utility which would convert database file into
XML, for example if i have a table like below

Table1
Name 10 A
Id 5 0
place 10 A

and data is

Name Id Place
ABC 001 USA
XYZ 002 NYC


Xml file will be

<table1>
<row>
<name type="java.lang.String" length="10">ABC</name>
<id type="java.math.BigDecimal" length="5" decimal="0">001<id>
<place type="java.lang.String" length="10">XYZ</place>
</row>

</table1>

I can write some thing in java, but dont want to reinvent wheel if some open
source utility is out there doing the same

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.