"Custom tool error: Unable to convert input xml file content to a DataSet. The same table (table_name) cannot be the child table in two nested relations."
i'm trying to convert an .xsd file into a typed dataset
this is the error message i got from it
from wat i understand its because it disallow a parent to have a same name as the child. is there anything i can do? working around with the MSDataSetGenerator? i cannot modify the .xsd files because its a standard form shared with other organisation. i just need the .xsd to comply with the MSDataSetGenerator's rules/policy so that i can convert into a typed dataset
btw, i'm currently working on SWIFT interface, so if anyone can help me out... it'll be greatly appreciated
i'm trying to convert an .xsd file into a typed dataset
this is the error message i got from it
from wat i understand its because it disallow a parent to have a same name as the child. is there anything i can do? working around with the MSDataSetGenerator? i cannot modify the .xsd files because its a standard form shared with other organisation. i just need the .xsd to comply with the MSDataSetGenerator's rules/policy so that i can convert into a typed dataset
btw, i'm currently working on SWIFT interface, so if anyone can help me out... it'll be greatly appreciated