I'm using Powerbuilder 9 (build 7171). I have a complex datastore containing many nested datawindows and when I right-click and select SaveAs and save the datastore out as XML I have the following problem (this also occurs if I save the datawindow as XML programmatically):
After about a 1000 rows PB seems to 'give up' and stops outputting the nested datawindows - instead it just produces empty tags with no data in them.
Has anyone encountered this problem or know if this is a known PB issue? Is there a limit on how much data you can output as XML?
The really strange thing is, even if I retrieve fewer records at a time (say 500), PB still hits the problem after 1000 or so total rows. Even if the datastore is destroyed and re-created!
After about a 1000 rows PB seems to 'give up' and stops outputting the nested datawindows - instead it just produces empty tags with no data in them.
Has anyone encountered this problem or know if this is a known PB issue? Is there a limit on how much data you can output as XML?
The really strange thing is, even if I retrieve fewer records at a time (say 500), PB still hits the problem after 1000 or so total rows. Even if the datastore is destroyed and re-created!