Re: [DOTNET] XML to string and vice versa

2002-06-04 Thread Karen Healey
: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

Re: [DOTNET] XML to string and vice versa

2002-06-04 Thread franklin gray
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

Re: [DOTNET] XML to string and vice versa

2002-06-04 Thread Karen Healey
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

Re: [DOTNET] XML to string and vice versa

2002-06-04 Thread franklin gray
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] &

Re: [DOTNET] XML to string and vice versa

2002-06-04 Thread Jon Finley
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

[DOTNET] XML to string and vice versa

2002-06-04 Thread Karen Healey
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...