I want to develop with my VS.NET an application with a local SQL Server CE
Database. Which files do i have addionally to download?

robert

RE: SQL Server Ce by DarrenShaffer

DarrenShaffer
Mon Oct 04 11:35:07 CDT 2004

Robert,

If you install SQL CE on your development PC, Visual Studio .Net 2003 will
take care of getting the appropriate CAB files to the emulator or to your
device when you deploy your smart device application. To include SQL CE in
your Smart Device App, you need to add references to:

System.Data.Common
System.Data.SqlServerCe

in your project.

-Darren


"robert" wrote:

>
> I want to develop with my VS.NET an application with a local SQL Server CE
> Database. Which files do i have addionally to download?
>
> robert