Fijate si esto te sirve
 
        //create a new DataSet that will hold our values        DataSet 
quoteDataSet = null;        try{            //create a StringReader object to 
read our xml string            using (StringReader stringReader = new 
StringReader(xmlString))            {                //initialize our DataSet   
             quoteDataSet = new DataSet();                //load the 
StringReader to our DataSet                quoteDataSet.ReadXml(stringReader);  
          }        }        catch{            //return null            
quoteDataSet = null;        }Saludos
CarlosMag



Date: Wed, 31 Dec 2008 04:01:12 -0800From: [email protected]: 
[email protected]: [vbnet] (No Subject)




Hola y feliz año para todos los de la lista,
 
En una aplicación visual basic 2005, windows forms, estoy llamando a una 
función de un servicio web que me devuelve un string con datos en formato xml.
Cuál sería la forma de pasarlo a un dataset ?
Existe la función inversa de Dataset.WriteXmlSchema, pero de string a dataset ?
Muchas Gracias. Patricia Banfi.

¡Buscá desde tu celular! Yahoo! oneSEARCH ahora está en 
Clarohttp://ar.mobile.yahoo.com/onesearch
_________________________________________________________________
¡Subí, compartí y comentá tus fotos con Windows Live® Fotos!
http://photos.live.com/

Responder a