updating the dataset.xsd file
Hi,
I have created a data table within the IDE Database explorer, and added it to the solution explorer using the Add new datasource menu option. All works fine, the problem is: When I add a new column to the table within database explorer the changes made are not reflected in the dataset.xsd file within solution explorer.
The only way the changes take effect is by deleteing the DataSet.xsd file from the solution explorer and then re-adding in the datasource. This however causes me a big issue as I have defined my SQL statements using the view desingner option on the Dataset.xsd file, I loose these statements and I have to re-create them.
Is there an answer to this problem?
Ron

