RE: from XML to SqlCE
From: Jon Heide (jonhp_at_online.microsoft.com)
Date: 04/07/04
- Previous message: Rob: "RE: SQL CE ENGINE ERROR - Help needed... dissertation problems!!"
- In reply to: Enrico Bizzarri: "from XML to SqlCE"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 07 Apr 2004 17:23:53 GMT
Hi Enrico,
Yes, you can load the XML into a data set and then into SQL CE. Unfortunately, you will have to create the schema in the database prior to
loading the dataset, as there is no way for the dataset to create the database schema on the fly. You will need to parse your XML schema,
create the corresponding database, and load the dataset. For more information on datasets see the books online at:
http://www.microsoft.com/sql/ce/techinfo/20bol.asp
Thanks,
Jon Heide
(jonhp@microsoft.com)
SQL Server CE Team
Microsoft
----------------------------------------------------------------------------
Everything you need to know about SQL Server CE:
http://www.microsoft.com/sql/ce/techinfo/default.asp
----------------------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
----------------------------------------------------------------------------
- Previous message: Rob: "RE: SQL CE ENGINE ERROR - Help needed... dissertation problems!!"
- In reply to: Enrico Bizzarri: "from XML to SqlCE"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|