Q
QuiQ quiq via .NET 247
Hello,
I'm a .net (CF) newbie, and I have the followong problem:
I try to create an application in .NET CF using data stored inXML/XSD files for an iPAQ.
When I load an XSD file into a dataset i want to create an epmtytable which structure was described in the xsd file. The onlysolution I have found is to load a "dummy" xml file with atleast one record that match the table's structure and then call the "Clear" method for the table, but it's not verycomfortable...
thanks for any replies in advance
I'm a .net (CF) newbie, and I have the followong problem:
I try to create an application in .NET CF using data stored inXML/XSD files for an iPAQ.
When I load an XSD file into a dataset i want to create an epmtytable which structure was described in the xsd file. The onlysolution I have found is to load a "dummy" xml file with atleast one record that match the table's structure and then call the "Clear" method for the table, but it's not verycomfortable...
thanks for any replies in advance