Product Table Export to XML
-
Hi, I need to export my product table to an XML file. All the products need to be in the XML file. I have never worked with XML, except when using the web.config file. Can someone maybe give me an indication of what the structure of such a file might look like, and how do I export it? If anyone has any good links that I can read, please let me know. The file must be later be imported back into the products table. Regards ma se
-
Hi, I need to export my product table to an XML file. All the products need to be in the XML file. I have never worked with XML, except when using the web.config file. Can someone maybe give me an indication of what the structure of such a file might look like, and how do I export it? If anyone has any good links that I can read, please let me know. The file must be later be imported back into the products table. Regards ma se
You need to know more about XML. The following may be a good start: http://www.w3schools.com/xml/default.asp[^]. Also, you have given very little information about your issue. Since, you didn't give any information about your Table schema, the database or the programming language you are using, you are not going to get much help.
"We make a living by what we get, we make a life by what we give." --Winston Churchill