Search code examples
windows-mobile-6.5windows-mobile-6

Direct Connection to Oracle DB from Windows Mobile App


I am developing a windows mobile app (.NET compact framework) and I want to insert/update/delete directly to an oracle DB on the server.

is there anyway to do this without a web service ?


Solution

  • According to Oracle, they offer a native Windows CE, Windows Mobile 6 client:

    http://www.oracle.com/technetwork/database/database-lite/downloads/10gwin-mobile-096526.html

    See the instalation doc at https://docs.oracle.com/cd/E22663_01/doc.11100/e22681/instsqlite.htm#CACBAJAA

    ADO.Net JDBC ODBC