There is no ODBC provider for the Compact Framework. Nor does Windows CE
have the capabilities to open MDB files. Instead you can either use a tool
to convert the database to a device -side format e.g. Sql Server CE, or
write a server component on a desktop PC hosting the MDB file and then call
this from your .NETCF application e.g. over Sockets or Web Services.
Alternatively this third-party tool might help:- http://www.gui-innovations.com/html/sqllinkce.html
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.