Jump to content
GreatDayDan

FireDAC.Phys.FB causes e2597 in Android 28

Recommended Posts

I am porting a Win32 with FB app to Android. 

When the datamodule uses FireDAC.Phys.FB the Linker fails with 

 

[DCC Error] E2597 c:\\program files (x86)\\embarcadero\\studio\\20.0\\lib\\Android\\Release\libibtogo.a(fun.o): In function `FUN_evaluate':
  /builds/InterBase_ANDROID_TOGO_IB2017/super/jrd/fun.c:277: undefined reference to `abs'
  c:\\program files (x86)\\embarcadero\\studio\\20.0\\lib\\Android\\Release\libibtogo.a(fun.o): In function `FUN_resolve':
  /builds/InterBase_ANDROID_TOGO_IB2017/super/jrd/fun.c:947: undefined reference to `abs'
 

 

Is this because Android does not support FB? Can I use Interbase?

 

Is there a solution for this?

 

Thanks...Dan'l

Share this post


Link to post

If you can use Sqlite, its working fine.

Take care to remova any FB reference, even unused, to avoid this msg.

Share this post


Link to post

I was hoping that I could use the FB database. Bummer. Guess I will just have to migrate data and metadata to Sqlite or to MySql.

BTW, which would be better, Sqlite or MySql?

Share this post


Link to post

On mobile I would recommend Sqlite, its small, preinstalled and less "headache" DB.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×