.NET CF and Access DB

  • Thread starter Thread starter AJ
  • Start date Start date
A

AJ

Can someone point me to some sample code to access a
Access Database using VB.NET Compact Framework on Pocket
PC.

The database is transferrd to Pocket PC using Activesync
which converts it to .CDB format.
 
You cannot access Pocket Access databases directly from the .NET Compact
Framework. We have an ADOCE wrapper which allows you to use ADOCE Recordsets
from .NET Code. You will find a demo download here which includes the code
for an Access Viewer application:-
http://www.inthehand.com/forums/viewtopic.php?t=112
There is an article to accompany the sample at DevBuzz, note however that
the code download with the DevBuzz article is an older version so I would
suggest you use the code from the above package.
http://www.devbuzz.com/content/zinc_dotnet_pocket_access_pg1.asp

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
 
Back
Top