.NET CF and Access DB

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.
 
P

Peter Foot [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top