Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
545
Using UltraDataSource instead of DataSet
posted

I need to read a large xml file and show it using a WinGrid. Now i use a DataSet.
I created a xsd schema and created the DataSet with MSDataSetGenerator (VS2008)

I read that the UltraDataSource has some advantages over the DataSet. Is it possible to create a schema for the UltraDataSource as easy as with MSDataSetGenerator.

The only option i could find was the 'UltraDataSource  Designer'.
Because it's a complicated xml file, i don't like to create it using the 'UltraDataSource  Designer'.

I'm missing something ?

Parents Reply Children
No Data