Jump to content

mfeger

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. mfeger

    Firebird database on Android

    How can you use SetEnvironmentVariable() function when it is designed to work on Windows platform? What function should be used for Android platform?
  2. mfeger

    Firebird Embedded on Android

    I need to use my Firebird 5.0 database on Android 11 with ARM64-v8a in Embedded mode. I use Delphi 12.2 Android x64 build target and FireMonkey with FireDAC components TFDConnection and TFDPhysFBDriverLink. I think I should probably use 'Android Embedded' ver. 5.0.2 AAR package from Firebird Download web page. I deploy my FDB database into .\assets\internal path in Delphi but I'm not quite shure what files from AAR package I should use for deployment. Probably some files from AAR package in directories \jni\arm64-v8a and \assets\firebird. Another important question is on what 'Remote Paths' I should deploy them in Delphi. Could anybody having positive experience in using Firebird Embedded on Android help with some advices?
×