dataset.WriteXML fails to write whole content

  • Thread starter Thread starter Clark
  • Start date Start date
C

Clark

I have 5000 records in my dataset. On exit of application I'm dumping it to
a file using WriteXML method. No errors are generated when writing to a
file. But when application is starting it generates system error. When I
looked into XML file it looks like DataSet has not been written entirely.
(it cuts around 1300 record in a middle of data) is there a limit of records
in dataset? What could be a problem?

Thanks
 
What errors? Are you sure it's not generating anything
on write? IE do you have a handler that may not be
obscuring the exception?

I'm not positive that I've busted 5k before , but I'm
99.9999% sure that I have. I'm pretty involved in
WriteXML and have never seen such a limitation. I can't
imagine that MS would let you create a dataset so large
that intrinsic methods would only work in certain
circumstances.



Are you writing to the hard drive or a floppy for
instance? Is the space definitely available?

Knowing the exact exception on load would help out a lot.

Let me know.

Bill

(e-mail address removed)
www.knowdotnet.com
 
Back
Top