|
-
Mar 21st, 2010, 10:12 PM
#1
Thread Starter
Hyperactive Member
DataSet WriteXML
Does dataset writexml has a limit? let say it can only write 500 records or less..
-
Mar 22nd, 2010, 01:48 AM
#2
Frenzied Member
Re: DataSet WriteXML
As far as I am aware there is no limit, unless you are running out of space?
what error are you seeing?
-
Mar 22nd, 2010, 02:42 AM
#3
Thread Starter
Hyperactive Member
Re: DataSet WriteXML
No error! but the xml is ruined..
<OPEN>
<Table ................................/>
<Table ................................/>
<Table ................................/>
</OPEN><Table
<Table ................................/>
<Table ................................/>
<Table ................................/>
</OPEN>
-
Mar 22nd, 2010, 04:46 AM
#4
Frenzied Member
Re: DataSet WriteXML
Looks like possibly a coding error - can you post some sample code of how you are writing the file
-
Mar 22nd, 2010, 09:01 PM
#5
Thread Starter
Hyperactive Member
Re: DataSet WriteXML
I write xml using dataset.writexml
xmlDataSet.WriteXml(setConnectionString)
-
Mar 24th, 2010, 02:42 PM
#6
Frenzied Member
Re: DataSet WriteXML
There is a vb.net sample here that works well
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|