Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: dataview/dataviewmanager restricting dataset via one table


Message #1 by "Karsten Laufer" <laufer@b...> on Wed, 16 Oct 2002 15:39:03
I have an application that gets an complex dataset (more than one relating 
tables) from the database.

For displaying the data I want to restrict the data of the mastertable 
(i.e. Name like 'A%'). 

How can I get the datasets complete XML with regards to this restriction? 
Is there a simple solution?

The only long one I can imagine is:
Create new dataset2
Filter Mastertable and merge it to dataset2
Get Childtable via datarelaten and merge it ...
...
GetXML() of dataset2.

  Return to Index