XSD to TypedDataSet - 90 column limit?

J

John Mark Howell

I'm trying to generate a typed dataset from an XSD, yet if I add more than
90 columns in the XSD I don't see any of the public methods on the type
datatable object. I can replicate this easily and consistently in several
projects. Is this a known limit?
 
J

John Mark Howell

Just to let everyone know, there is not a problem with the typed dataset
generator. The problem was that my row was going to exceed the maximum row
size and that was causing the strange problem. Once I split my table into
smaller row sizes, it works fine.

John Mark Howell
Blog: jmarkhowell.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top