 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Rodrigo Hjort Guest
|
Posted: Thu Aug 14, 2003 6:05 pm Post subject: XML -> SQL |
|
|
If I got the XML file below, is there any tool to create "INSERT INTO"
scripts?
I need to pump those data to a InterBase, PostgreSQL or MySQL database.
Is there any other solution?
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<!DOCTYPE Database (View Source for full doctype...)>
- <BaseObjectData Name="Customer">
<RecordCount>3</RecordCount>
- <Record>
<f n="Code">1</f>
<f n="Name">Tatiana Gomez</f>
</Record>
- <Record>
<f n="Code">2</f>
<f n="Name">Rodrigo Hjort</f>
</Record>
- <Record>
<f n="Code">4</f>
<f n="Name">Beatriz Hjort</f>
</Record>
</BaseObjectData>
Best regards,
Rodrigo Hjort
[email]rodrigo_hjort (AT) yahoo (DOT) com[/email]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|