How do I use an MS Access database with the Compact Framework?
问题 I am developing a Compact Framework application that needs to manipulate an existing MS Access database. Apparently the CF has no support for Access databases, or even ODBC. How can I do this, without changing the database? 回答1: The answer, in short, is that you don't. The CF has no ability to attach to an Access database, remote or local. Now if the database is on a PC, what I'd be inclided to do is create a simple WCF service that provides access (no pun intended) to the database by either