Read and write MS Access files with smartdevice application

D

datamodel

The question is how to read and write mdb (or cdb) files from
the application code in C# and .net CF,

Do I use ADOCE objects to access the Access mdb file on the desktop
backend?
or do I read /write to it using ActiveSync ?

or do I upload the mdb file to the device and read it using ADOCE or
something else?

The alternatives of buying a 3rd party tool is not an option ,and I'd
rather
implement this.

Any pointers to other threads or to forums or articles on how to write
and read mdb files
from a pocket pc application's code (.net CF in C# ) would be greatly
appreciated indeed.
Thank you.
 
C

chris-s

ADOCE is not natively supported, do a google on ".net adoce" and you
will get plenty of results on how to do it.

Chris
 
R

Robert Levy [MS]

Note that ADOCE is completely unsupported on Windows Mobile 5 and later.
Apps that use it will not run on new devices.
 

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