change the xsd file corresponding to mdf file  
Author Message
Shauliz





PostPosted: .NET Framework Data Access and Storage, change the xsd file corresponding to mdf file Top

Hi,

I have mdf file and corresponding xsd file which work together and all is good :)

I have made changes in the mdf file, how can I recreating the xsd file

Thanks




.NET Development26  
 
 
Damiaan





PostPosted: .NET Framework Data Access and Storage, change the xsd file corresponding to mdf file Top

If you are working in Visual studio:
  • open the dataset
  • right click on the main query "fill" and click configure.
  • change the query by adding or removing the fields you want
That should do the trick.