CDB on Windows Mobile 5

  • Thread starter Thread starter Evan Camilleri
  • Start date Start date
E

Evan Camilleri

CDB on Windows Mobile 5 does not work. Is there some temporary or 3rd party solution for our eVB programs till we transfer our programs with ..NET and SQL?

Evan
 
I found on http://msdn.microsoft.com/newsgroup...-DC48AB0DA5C9&dglist=&ptlist=&exp=&sloc=en-us

The ADOCE runtimes were removed from ROM on Windows Mobile 5.0 since that
set of APIs was documented as deprecated back when Pocket PC 2003 was
released. You could manually add the ADOCE DLLs to a WM5 device and things
will be fine - until you try to sync that database with a desktop. While
syncing, there's a good chance that random bad things will happen due to a
memory management issue in our code that didn't surface previous to WM5.
We're working on making a unsupported download available on MSDN that
includes an ADOCE sync provider for AS4 and a patched set of ADOCE runtimes
for WM5. Unfortunately, I don't have an ETA for that right now but we
definitely feel your pain and are working on a solution.


Anyone heard about this 'unsupported patch'?
 
Back
Top