473,406 Members | 2,698 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

error when view multidimensional XML data

im reciving an error when i tries to read multidimensional XML data, into my
system.

I'm receving the same errors discriped at:

http://support.microsoft.com/default...b;en-us;325695
And
http://support.microsoft.com/kb/325696/EN-US/

But I can't find a solution for the problem???

It when i read the data into the XMLDataset

Thanks

-----------------------------CODE----------------------------
Dim XMLDataset As DataSet
Dim XmlDocument As New XmlDocument()
doc.Load("..\new.xml")
Dim XmlNodeReader As New XmlNodeReader(doc)

XMLDataset = New DataSet()

XMLDataset.Clear()
XMLDataset.ReadXml(XmlNodeReader)
Nov 23 '05 #1
2 1338
Was the XML you are trying to load the result of saving/sending a dataset?

--------------------
Thread-Topic: error when view multidimensional XML data
thread-index: AcTb+Z4k+ts2FO57RnST7iQMNMAh2A==
X-WBNR-Posting-Host: 212.10.10.31
From: =?Utf-8?B?SGVucmlr?= <He****@discussions.microsoft.com>
Subject: error when view multidimensional XML data
Date: Mon, 6 Dec 2004 17:11:01 -0800
Lines: 25
Message-ID: <FF**********************************@microsoft.co m>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.framework.webservices
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFT NGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices:7926
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices

im reciving an error when i tries to read multidimensional XML data, into
my
system.

I'm receving the same errors discriped at:

http://support.microsoft.com/default...b;en-us;325695
And
http://support.microsoft.com/kb/325696/EN-US/

But I can't find a solution for the problem???

It when i read the data into the XMLDataset

Thanks

-----------------------------CODE----------------------------
Dim XMLDataset As DataSet
Dim XmlDocument As New XmlDocument()
doc.Load("..\new.xml")
Dim XmlNodeReader As New XmlNodeReader(doc)

XMLDataset = New DataSet()

XMLDataset.Clear()
XMLDataset.ReadXml(XmlNodeReader)

Nov 23 '05 #2
Hi Dan,,,

Thanks for you reply...
My problem was that i could't load data from a webservice into the dataset,
becuse data is multidimensional...

But it seems that i have sovled the problem....
Im now loading the data into the document, then i can get the nodelist out
from the doc.DocumentElement, and validate on that.... Instead of loading it
into a dataset.
"Dan Rogers" wrote:
Was the XML you are trying to load the result of saving/sending a dataset?

--------------------
Thread-Topic: error when view multidimensional XML data
thread-index: AcTb+Z4k+ts2FO57RnST7iQMNMAh2A==
X-WBNR-Posting-Host: 212.10.10.31
From: =?Utf-8?B?SGVucmlr?= <He****@discussions.microsoft.com>
Subject: error when view multidimensional XML data
Date: Mon, 6 Dec 2004 17:11:01 -0800
Lines: 25
Message-ID: <FF**********************************@microsoft.co m>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.framework.webservices
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFT NGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices:7926
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices

im reciving an error when i tries to read multidimensional XML data, into
my
system.

I'm receving the same errors discriped at:

http://support.microsoft.com/default...b;en-us;325695
And
http://support.microsoft.com/kb/325696/EN-US/

But I can't find a solution for the problem???

It when i read the data into the XMLDataset

Thanks

-----------------------------CODE----------------------------
Dim XMLDataset As DataSet
Dim XmlDocument As New XmlDocument()
doc.Load("..\new.xml")
Dim XmlNodeReader As New XmlNodeReader(doc)

XMLDataset = New DataSet()

XMLDataset.Clear()
XMLDataset.ReadXml(XmlNodeReader)

Nov 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Rob Tweed | last post by:
Probably a simple question but I can't find the answer anyway. Specifically, is it possible to copy a multidimensional array into the $_SESSION array - ie a deep clone of all keys and data? I...
5
by: Golf Nut | last post by:
I am finding that altering and affecting values in elements in multidimensional arrays is a huge pain in the ass. I cannot seem to find a consistent way to assign values to arrays. Foreach would...
3
by: Mohammed Mazid | last post by:
Can anyone please help me here? Basically I have modified the source code and understood it but when I update a record in the db using a JSP, it gives me an error "The flight you selected does...
9
by: Charles Banas | last post by:
i've got an interesting peice of code i'm maintaining, and i'd like to get some opinions and comments on it, hopefully so i can gain some sort of insight as to why this works. at the top of the...
10
by: Ole | last post by:
Goodday everybody, i want to create an array that represents data, that has to be transferred to a pdf doc ( iTextSharp ). The problem is, that i seem too loose my faith. Namely, ( i have...
2
by: Curtiosity | last post by:
I have done a create or replace view called creditcard1. If I do a "select * from creditcard1" it retrieves the data just fine. If I try to do a statement where I am listing the column names it...
2
by: BB | last post by:
Hello, I have a HTML form containing multidimensional selects listing equipments and their quantitites. This allow the users to select the kind of equipment and quantitites they would like to...
2
by: oopsatwork | last post by:
Ok...so, I have been outside of the C world for a _very_ long time...but not so long as to remember how to do multidimensional arrays. So, let me state that I know how to malloc pointers to...
63
by: Kapteyn's Star | last post by:
Hi newsgroup The program here given is refused by GCC with a error i cannot understand. It says rnd00.c: In function ‘main’: rnd00.c:26: error: expected expression before ‘]’ token ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.