Yordan Yanakiev
Yordan Yanakiev

Reputation: 2604

Direct connect to FirebirdSQL with FireDAC on Android?

I need a direct connect to FirebirdSQL 2.x database (no DataSnap ).

Upvotes: 0

Views: 1053

Answers (3)

cepukom
cepukom

Reputation: 56

maybe the easiest solution to retrieve or store data to and from FirebirdSql in this situation is creating small app that works as bridge between Android and FirebirdSQL. Using an unused port using Indy, it is very possible. How about format? You can use your own format, as long as it works, then everything is oke. Security? Sorry, i did not think about security. After connection build, security is another menu.

Upvotes: 0

da-soft
da-soft

Reputation: 7750

FireDAC DB connectivity depends on the existance of a DB client library for a specific platform. fbclient.dll / .so is required to connect to Firebird. There is no port of fbclient for Android. So, you cannot connect to Firebird from Android using FireDAC Firebird driver.

Upvotes: 2

Hugues Van Landeghem
Hugues Van Landeghem

Reputation: 6808

Actually, FDPhysFBDriverLink are not compiled for Android

Upvotes: 1

Related Questions