Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi every one,
I'm running a project on an embedded PC whose operating system is Windows CE 6.0,
I need to have a database with some tables,
how can I run sql CE on this device?
Do I have to first install the sql on it or at the time of deploying, inside the framework 2, there is already a compact sql?
Posted

1 solution

There is a compact sql server called SQL SERVER CE, which is like a dll for VS 2008, and can be added to the project like dlls.

Using System.Data.Sqlserverce !!!

very interesting
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900