Peter
Sun Aug 17 08:56:33 CDT 2003
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
"AJ" <wpjrc@tpg.com.au> wrote in message
news:012a01c3648a$801685d0$a001280a@phx.gbl...
> 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.