like where do I set my dac database hosting in mobile android

Comments

  1. It is database server or database hosting from domain.. ?

    ReplyDelete
  2. You basically need a server that host an DBMS (private, non visible on internet) + an apache webserver (public, visible on internet) that will run your ISAPI module.

    Your Android client will connect to your REST server (via the ISAPI module) while the REST server will send / get data from the DBMS.

    This might help you too

    http://stackoverflow.com/questions/7354339/how-to-install-a-delphi-webservice-isapi-module-on-apache-2-3

    stackoverflow.com - How to install a Delphi Webservice ISAPI module on Apache 2.3

    ReplyDelete

Post a Comment