| Author |
XML file to SQL CE Table
|
|
| David Fúnez 2005-08-19, 9:25 am |
| Hi;
How can i pass data or convert a XML file to a SQL CE table...?
Thanks on advance...
David Fúnez
Tegucigalpa, Honduras
| |
| Darren Shaffer 2005-08-19, 1:24 pm |
| go to/from XML to DataSet or DataTable and then use
SqlCeDataAdapter to go to/from DataTable to/from underlying
SQLCE database table.
--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com
"David Fúnez" <dfunez@hotmail.com> wrote in message
news:e%23dVneMpFHA.3656@TK2MSFTNGP09.phx.gbl...
> Hi;
>
> How can i pass data or convert a XML file to a SQL CE table...?
>
> Thanks on advance...
>
>
> David Fúnez
> Tegucigalpa, Honduras
>
| |
| David Fúnez 2005-08-19, 1:24 pm |
| Thanks.
David Fúnez
Tegucigalpa, Honduras
"Darren Shaffer" < darrenshaffer@discus
sions.microsoft.com> wrote in message
news:enNTD6MpFHA.3036@TK2MSFTNGP14.phx.gbl...
> go to/from XML to DataSet or DataTable and then use
> SqlCeDataAdapter to go to/from DataTable to/from underlying
> SQLCE database table.
> --
> Darren Shaffer
> .NET Compact Framework MVP
> Principal Architect
> Connected Innovation
> www.connectedinnovation.com
>
> "David Fúnez" <dfunez@hotmail.com> wrote in message
> news:e%23dVneMpFHA.3656@TK2MSFTNGP09.phx.gbl...
>
>
|
|
|
|