Installing SQL CE on Emulator

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!
I am using Visual Studio 2003 for Pocket Pc application development, I want
to develop a database driven application. I dont have a real Pocket PC for
testing my application so I use emulator.

How can I install SQL Server CE on Pocket PC 2002 emulator for testing my
application.

Can anyone tell me.

Thanx.
 
Just add References to "System.Data.SqlClient" and
"System.Data.SqlServerCe" and VS2003 itself will deploy and install it
for your emulator.

All CABs (ARM architecture) you could find here:
....Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows
CE\wce300\arm\

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 
Back
Top