XML Schema And ASP.NET (2)
If you use Visual Studio, there is a short cut to create an XML schema related to your database.
Step 1, open Server Explorer view.
Step 2, set up the Data Connection to the database.
Step 3, grab the objects such as tables, views, or stored procedures and drop them to the DataSet or Schema view, depending on what template is used.
Step 4, done.
It saves us a lot of time and energy; however, it seems the relationship between the data objects if there is any is not cared by the grab and drop. Well, already good enough.