Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/01/2014, 11:12
Avatar de gnzsoloyo
gnzsoloyo
Moderador criollo
 
Fecha de Ingreso: noviembre-2007
Ubicación: Actualmente en Buenos Aires (el enemigo ancestral)
Mensajes: 23.324
Antigüedad: 17 años, 2 meses
Puntos: 2658
Respuesta: XML y asp.net

Lo que te está faltando es estudiar .Net, y no tenerle miendo al manual de referencia:

DataSet.ReadXmlSchema

DataSet.ReadXmlSchema (Método) (String)

Ejemplo de la misma página:
Código vb:
Ver original
  1. Private Sub ReadSchemaFromFile()
  2.     ' Create the DataSet to read the schema into.
  3.    Dim thisDataSet As New DataSet()
  4.  
  5.     ' Set the file path and name. Modify this for your purposes.
  6.    Dim filename As String = "Schema.xml"
  7.  
  8.     ' Invoke the ReadXmlSchema method with the file name.
  9.    thisDataSet.ReadXmlSchema(filename)
  10. End Sub
__________________
¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores constantemente...
"El problema es la interfase silla-teclado." (Gillermo Luque)