What I would like to do is to copy the xml file and generate dataset and store it to the database.
1- Do I need to have a storage place for the customers to store their XML file or can I read the xml file and generate the dataset?
2- I am thinking to write insert statement to copy the values from the dataset to the database
3- How a do a validation to check the xml file can is in the right format.
I really appreciate if you can provide me some kind of example especailly 1
thank you
1- Do I need to have a storage place for the customers to store their XML file or can I read the xml file and generate the dataset?
2- I am thinking to write insert statement to copy the values from the dataset to the database
3- How a do a validation to check the xml file can is in the right format.
I really appreciate if you can provide me some kind of example especailly 1
thank you