Pocket Access and .NET CF 2.0

  • Thread starter Thread starter Robert Panther
  • Start date Start date
R

Robert Panther

Hi there,

can anyone tell me under what conditions Pocket Access can be used with the
..NET Compact Framework.
If I have it right in my memory, there is a Windows Mobile 5 API providing
classes to use the Pocket Access format.

Do I need a Windows Mobile 5.0 device for this?
Does snychronizing via ActiveSync work?

Thanks,
Robert
 
It can be used if it's installed on device and if you have purchased (or
written) ADO.Net provider for it.

Both are _not_ available on WM 5.0 as Pocket Access is depreciated and EOL.

However, it can be installed on to WM 5.0 separately and provider is
available from 3rd party:


http://www.inthehand.com/ADOCE.aspx

--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Hi,

Our provider does not support .NETCF v2.0 or Windows Mobile 5.0. If you are
starting a new .NETCF 2.0 project you should not be looking at Pocket
Access, either use SQL Mobile or another third-party database engine.
Neither option will give you built in ActiveSync synchronisation but there
are third-party tools to help with that e.g. www.primeworks.pt

Peter
 
Hi,

thank you so far for your answers.
But I remember some Microsoft people telling that the support for the CE DB
(which is just another name for the Pocket Access database format) will
again be available with Windows Mobile 5 and .NET CF 2.0.
Unfortunately I do not have any more details about this. Maybe this was just
a planned feature which was cancelled later by Microsoft.

Robert
 
Pocket Access is another layer on top of CEDB. You can use Pocket Access
on WM5 (there is currently no way to sync with Access on the desktop though)
but since they are replacing CEDB with EDB it would be unwise to start a new
project with Pocket Access. I sure wish we'd see a way to come out with new
stuff like EDB without breaking existing apps, but that is another thread
altogether.

Mike B.
 
Hi

"Both are _not_ available on WM 5.0 as Pocket Access is depreciated and EOL.

However, it can be installed on to WM 5.0 separately and provider is
available from 3rd party:"

You say Pocket Access can be install on to WM 5.0 separately. How ? Where can I download the install ? Does it make Pocket Access Synchronisation enabled in ActivSync ?

Thks for your help !!
 
I sure wish we'd see a way to come out with new
stuff like EDB without breaking existing apps, but that is another thread
altogether.

Just another fine example of how Microsoft dicks developers around on a
constant basis.
 
You can install the ADOCE dll's (they were included with the Pocket PC 2003
SDK, I believe) but it does not enable ActiveSync sync on WM5 devices, sorry.

Mike B.


Hi

"Both are _not_ available on WM 5.0 as Pocket Access is depreciated and EOL.

However, it can be installed on to WM 5.0 separately and provider is
available from 3rd party:"

You say Pocket Access can be install on to WM 5.0 separately. How ? Where
can I download the install ? Does it make Pocket Access Synchronisation enabled
in ActivSync ?
 
Ok Mike, thxs for the info.

I heard rumor that says Microsoft will make available a
download to synchronise PocketAccess with ActivSync4 and
wm5 (see http://www.biomobility.com/faq.htm#ActiveSync4).

Does someone know something about that ?


"You can install the ADOCE dll's (they were included with the Pocket PC 2003
SDK, I believe) but it does not enable ActiveSync sync on WM5 devices, sorry.

Mike B."
 
Back
Top