Pocket Access and SQL CE

  • Thread starter Thread starter CafeCat
  • Start date Start date
C

CafeCat

I'm a beginner in developping C# for PPC, but I have done many database
projects in C++ for PPC2002.
I find seldom document describe how to use Pocket Access in .net CF. Does
..net CF support Pocket Access (.CDB) any more?
Another question is if we use SQL CE , does client need to install SQL CE by
themselves? Or software package will include SQLCE client?

Thanx.
 
..NET CF does not support ADOCE.

for 50 bucks you can by a wrapper which enables you to use it, see
www.inthehand.com for details.

SQL CE is a component which will be installed by the setup of your CF .NET
Program.

Eelco
 
Back
Top