Unable to connect with SQL Anywhere database on Ubuntu using TFDConnection
Hello Team,
I am trying to connect with SQL Anywhere database using a TFDConnection component.
I have created a multi-device application for Linux Platform.
While trying to connect with the database I am getting error as '
Project Project1 raised exception class EASANativeException with message '[FireDAC][Phys][ODBC][unixODBC][Driver Manager]Can't open lib '/opt/sqlanywhere16/lib64/libdbodbc16_r.so' : file not found'.'
The requested file is also available on the same path but still no luck.
System Information:
RAD Studio 10.2 Tokyo Trial
Firemonkey Trial
SQL Anywhere 16 for Linux
UnixODBC driver
FDConnection Data:
DriverID: ASA
Database: demo
Server: demo
usename: dba
password: sql
Everything is installed as per the web help but I am not able to connect database using my application.
Can you please help me out on this?