|
-
Jul 8th, 2004, 04:03 PM
#1
Thread Starter
Member
DB Record To XML
Hello All
Does anyone have an "easy" way to convert a database records into an XML style file.
Ex. If I have a table Customer having fields FirstName, LastName,Address, Phone. I'd want to convert that to something like :
<Cusotmer>
<FirstName>Paul</FirstName>
<LastName>Smith</LastName>
<Address>555 Somewhere</Address>
<Phone>555-5555</Phone>
</Customer>
....
do this for each customer record in my database.
Once the file is made and FTP'd I'd use this to update a database in another location that is looking at this file. Is this feasable or is there a better way?
Thanks in Advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|