I have old app in Android.
I have used uniDac to connect to sqlite database.
The database is encrypted using leAES256 method. FD cannot connect to it.
I need to convert database for FD.
But when I use both of these in the app, Delphi gives an error :
sqlite3.c:(.text+0xb5e8): multiple definition of `sqlite3_aggregate_context' (And many other errors)
I know the reason for the error but how to convert the database when I can't use both of them?