Conseguir archivo XML por cada DataTable de un dataset

14/12/2004 - 17:59 por JOSE DAVID GALVIZ M | Informe spam
Alguien sabe como puedo hacerlo?


Ingeniero JOSE DAVID GALVIZ MUÑOZ
Microsoft Certified Application Developer
Desarrollador Cinco Estrellas 4

Preguntas similare

Leer las respuestas

#1 MSCD.NET
15/12/2004 - 00:41 | Informe spam
Un MCAD pidiendo ayuda y encima es ingeniero???????

Tan mal estamos





"JOSE DAVID GALVIZ M" wrote in message
news:
Alguien sabe como puedo hacerlo?


Ingeniero JOSE DAVID GALVIZ MUÑOZ
Microsoft Certified Application Developer
Desarrollador Cinco Estrellas 4


Respuesta Responder a este mensaje
#2 DJ MIAO
15/12/2004 - 02:27 | Informe spam
Para que veas.


Miao...
Comprate un libro.

Un MCAD pidiendo ayuda y encima es ingeniero???????

Tan mal estamos





"JOSE DAVID GALVIZ M" wrote in


message
news:
Alguien sabe como puedo hacerlo?


Ingeniero JOSE DAVID GALVIZ MUÑOZ
Microsoft Certified Application Developer
Desarrollador Cinco Estrellas 4






.

Respuesta Responder a este mensaje
#3 Pedro Luna Montalvo, MVP
15/12/2004 - 03:20 | Informe spam
Saludos,

Intenta crear un nuevo DataSet, y agregale una copia de un DataTable a la
vez y obtienes su representacion XML.


Dim ds As DataSet = ObtenerDataSetConDatos()
' Imaginemos que este metodo llena el DataSet con varios DataTable


Dim tmpDs As New DataSet

For Each dt As DataTable In ds.Tables
tmpDs.Tables.Add(dt.Copy()) // Agrego una copia de la tabla al DataSet
temporal
Console.WriteLine(tmpDs.GetXml()) // Obtengo el XML de ese DataSet
tmpDs.Tables.Clear() // Quito la tabla del DataSet temporal
Next



Saludos
Pedro Luna, [MVP VB.NET]
Gye, Ecu
Respuesta Responder a este mensaje
#4 pablo crosio
15/12/2004 - 15:37 | Informe spam
no sabia que alguien con titulo esta inhabilitado para pedir ayuda
siempre se aprende algo nuevo!

salu2!

pablo

"MSCD.NET" escribió:

Un MCAD pidiendo ayuda y encima es ingeniero???????

Tan mal estamos





"JOSE DAVID GALVIZ M" wrote in message
news:
> Alguien sabe como puedo hacerlo?
>
>
> Ingeniero JOSE DAVID GALVIZ MUÑOZ
> Microsoft Certified Application Developer
> Desarrollador Cinco Estrellas 4
>
>



Respuesta Responder a este mensaje
#5 JOSE DAVID GALVIZ M
15/12/2004 - 21:12 | Informe spam
Un MSCD.NET con ese tipo de respuestas :)


Ingeniero JOSE DAVID GALVIZ MUÑOZ
Microsoft Certified Application Developer
Desarrollador Cinco Estrellas 4

"MSCD.NET" escribió en el mensaje
news:
Un MCAD pidiendo ayuda y encima es ingeniero???????

Tan mal estamos





"JOSE DAVID GALVIZ M" wrote in message
news:
Alguien sabe como puedo hacerlo?


Ingeniero JOSE DAVID GALVIZ MUÑOZ
Microsoft Certified Application Developer
Desarrollador Cinco Estrellas 4


Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaSiguiente Respuesta Tengo una respuesta
Search Busqueda sugerida