Pocket PC + Access + Compact Framework
The point here is to use Compact Framework with Windows CE Property Databases (.cdb - often known as Pocket Access).
The Compact Framework contains data providers for SQL Server CE and a remote SQL Server, it also allows access to data in XML text files. There is no support for Windows CE Property Databases (.cdb - often known as Pocket Access).
For example: We have Database Access 2000 and we want to use in our Pocket PC. First we “Transfer data into Pocket Access on your Pocket PC”
http://www.devbuzz.com/content/zinc_transferring_database_pg1.asp
Then, how we connect with that database?
Hummm, I have found this component: ADOCE.NET from www.inthehand.com
This will cost $40 ! Is not free :(
“The ADOCE .NET Wrapper plugs this gap by providing read/write access to Windows CE Databases from the .NET Compact Framework.”
How to use it:
Pocket Access Data provider for the .NET Compact Framework
http://www.devbuzz.com/content/zinc_dotnet_pocket_access_pg1.asp
Perhaps, someone here, have write some .net class to works with this kind of database (Pocket Access). I will love to know that someone has “discovery” how to connect with this database using the .NET Compact Framework.