InterBase Runtime File Locations for Android

From InterBase

Go Up to Android Application


The InterBase related files are separated into two categories: Temporary files created by InterBase at run time and Read/Write files and files used by InterBase for setup.

  • Temporary files created by InterBase at run time
  • These files are created under the external storage location mentioned above, /data/data/<package_name>/files/interbase directory. interbase.log and other transient files such as isc_lock, isc_init and temporary sort files are also created here.
  • Read/Write files and files used by InterBase for setup:
  • These files are created under the external storage location mentioned above, /data/data/<package_name>/files/interbase directory. The following files should be delivered to this directory: ibconfig, interbase.msg, license/ folder and related license files, and, admin.ib (if used).
  • For OTW/SSL connections, our recommended folder for providing supporting files is /data/data/<package_name>/files/interbase. In your OTW connection, please be sure to provide relative argument values. For example:
10.20.10.20?ssl?serverPublicFile=/data/data/<package_name>/files/interbase/ibserverCAfile.pem??:<database_file_path>


Advance To: