:38
Subject: Re: [DOTNET] XML to string and vice versa
Actually, throw out the try catch block. I don't know what I was thinking
putting that in there.
-Original Message-
From: Karen Healey [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 3:30 PM
To: [EMAIL PROTECTED]
Subject
Actually, throw out the try catch block. I don't know what I was thinking putting
that in there.
-Original Message-
From: Karen Healey [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 3:30 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] XML to string and vice versa
Than
ge-
From: Jon Finley [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:11 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] XML to string and vice versa
Karen,
Try Dataset.ReadXml
Jon Finley
> -Original Message-
> From: Karen Healey [mailto:[EMAIL PROTECTED]]
> Sent: Tu
esday, June 04, 2002 2:11 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] XML to string and vice versa
Karen,
Try Dataset.ReadXml
Jon Finley
> -Original Message-
> From: Karen Healey [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 04, 2002 2:13 PM
> To: [EMAIL PROTECTED]
&
Karen,
Try Dataset.ReadXml
Jon Finley
> -Original Message-
> From: Karen Healey [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 04, 2002 2:13 PM
> To: [EMAIL PROTECTED]
> Subject: [DOTNET] XML to string and vice versa
>
>
> Hi,
>
> I've cre
Hi,
I've created a dataset and then I write the dataset to a database by
taking the XML string of the dataset and storing that as one column in the
database (because the dataset is variable).
In other words, I call GetXml on the dataset, and store this string.
Now I want to go the other way...