I would not recommend you editing the xsd file directly from the text unless you know exactly what you are doing. I would in order
1.Change the DB schema by adding that field there.
2. Change the Stored Procs to reflect the DB schema changes, specially the GET method that builds the strong types dataset in the xsd file
3.Rebuild the xsd datatable by going through the wizard of the TOP / FIRST Get Method on the datatable adapter, this will define the schema of the datatable.
4.Change the code to pass the new added location field...
good luck,
-Ash
Web: www.love2trade.com Blog: blog.love2trade.comPlease remember to click "Mark as Answer" on this post if it helped you.