LHudson73
01-14-2005, 12:18 AM
Hello,
I have a situation here. I don't know anything about XML. However I have taught myself a lot of other programming and development, including VB, HTML, SQL Server, ASP, etc. and so therefore I can learn quickly. And when I say quickly I mean ....
My customer is switching formats. Previously, we have been sending data on an Access Database which we zip up and burn and then Fed ex. Weird probably but it worked for everyone. Now they want us to send them an XML file instead. I don't know XML??!!
I did find lots of documentation on converting a database to XML. However here is the issue: they decided to change the schema on us. Not drastically, probably just details like changing a "Start_Date" field to "StartDate" and annoying stuff like that. So they sent me a schema with some sample XML data. Only when I open the file it's just a bunch of tags instead of a table that I can actually read.
So here's the question:
How do convert the schema and sample data into an actual database table? Is there a quick and easy way to do this without having to manually review each tag? Once that step is complete, I'd need to modify my database to match the schema, and then convert it into an XML file that would fit the customer template.
Any help would be greatly appreciated.
L
I have a situation here. I don't know anything about XML. However I have taught myself a lot of other programming and development, including VB, HTML, SQL Server, ASP, etc. and so therefore I can learn quickly. And when I say quickly I mean ....
My customer is switching formats. Previously, we have been sending data on an Access Database which we zip up and burn and then Fed ex. Weird probably but it worked for everyone. Now they want us to send them an XML file instead. I don't know XML??!!
I did find lots of documentation on converting a database to XML. However here is the issue: they decided to change the schema on us. Not drastically, probably just details like changing a "Start_Date" field to "StartDate" and annoying stuff like that. So they sent me a schema with some sample XML data. Only when I open the file it's just a bunch of tags instead of a table that I can actually read.
So here's the question:
How do convert the schema and sample data into an actual database table? Is there a quick and easy way to do this without having to manually review each tag? Once that step is complete, I'd need to modify my database to match the schema, and then convert it into an XML file that would fit the customer template.
Any help would be greatly appreciated.
L