How to build SQL CE Database on desktop?

  • Thread starter Thread starter Heng Cao
  • Start date Start date
H

Heng Cao

Hi, All,

How to build SQL CE Database on desktop?
e.g.
if I need build 10 different SQL CE databases
on desktop, is there any way to do it in batch?

Any ideas are welcome.

Thanks in advance.

-Hank
 
There is currently no way to build an SQL CE Database on a desktop PC. You
could build your database in SQL Server and then use SQLServer CE's built in
support for synchronising with SQL Server to push that structure down to the
device. You need to ensure you have the appropriate client licenses for SQL
Server to do this.

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
Handheld Interactive Reference Guides
 
Back
Top