Recursive schemas and Datasets

  • Thread starter Thread starter Benjamin
  • Start date Start date
B

Benjamin

Hi,
Wonder if anyone has come across this before ?
I have a recursive XML schema which helps me build a tree of entities of the
same type.. i cannot create a dataset from this xsd since it appears that
datasets cannot support recursive schemas ... does anyone have any
solutions.

rgds
benjy
 
Benjy,

I don't think you'll be able to create a strongly typed Dataset from this.
You'll ned to work with an untyped dataset, and give up design time support,
or you'll need to redesign your schema to a more relational approach and do
a transformation to put your data in that format.

Not pretty either way

Kathleen
 
Back
Top