IBDAC and Firebird for Android ?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

IBDAC and Firebird for Android ?

Post by inageib » Tue 24 Jul 2018 23:02

Hi

I see there is a firebird version for Android but can I use IBDAC for Firebird under Android ? if so how ?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: IBDAC and Firebird for Android ?

Post by ViktorV » Wed 25 Jul 2018 11:23

You can connect to Android-based Firebird 3 using IBDAC. Support for Andriod-based Firebird is added to IBDAC 6.1.3 as of 19-Sep-17.
You can use the client library provided with Firebird 3 distribution for Android: https://www.firebirdsql.org/en/firebird-3-0/#Android

inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

Re: IBDAC and Firebird for Android ?

Post by inageib » Fri 27 Jul 2018 16:40

Can you please advise for a documentation on how to connect to android firebird and how to deploy firebird for android ?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: IBDAC and Firebird for Android ?

Post by ViktorV » Tue 31 Jul 2018 08:32

You should deploy the Firebird 3 client library together with your application. For more information on this topic, please visit: http://docwiki.embarcadero.com/RADStudi ... ying_Files
Before connecting to the server, you should set the correct value in the TIBCConnection.ClientLibrary property. For example:

Code: Select all

IBCConnection.ClientLibrary: = TPath.Combine (TPath.GetDocumentsPath, 'libfbclient.so.3.0.3');
Note, to test this functionality, you can use our Mobile demo project. The project is located in the 'Demos\Mobile' folder relatively to the IBDAC demos installation path.

inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

Re: IBDAC and Firebird for Android ?

Post by inageib » Tue 31 Jul 2018 17:40

many thanks for your kinds

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: IBDAC and Firebird for Android ?

Post by ViktorV » Wed 01 Aug 2018 06:45

Thank you for the interest in our products.
We hope that our product will be useful for you in the implementation of your projects.
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.

Post Reply