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
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