Reputation: 2604
I need a direct connect to FirebirdSQL 2.x database (no DataSnap ).
Upvotes: 0
Views: 1053
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
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
Reputation: 6808
Actually, FDPhysFBDriverLink are not compiled for Android
Upvotes: 1