Page 1 of 1
					
				IBDAC and Firebird for Android ?
				Posted: Tue  24 Jul 2018 23:02
				by inageib
				Hi
I see there is a firebird version for Android but can I use IBDAC for Firebird under Android ? if so how ?
			 
			
					
				Re: IBDAC and Firebird for Android ?
				Posted: Wed  25 Jul 2018 11:23
				by ViktorV
				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 
			 
			
					
				Re: IBDAC and Firebird for Android ?
				Posted: Fri  27 Jul 2018 16:40
				by inageib
				Can you please advise for a documentation on how to connect to android firebird and how to deploy firebird for android ?
			 
			
					
				Re: IBDAC and Firebird for Android ?
				Posted: Tue  31 Jul 2018 08:32
				by ViktorV
				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.
 
			 
			
					
				Re: IBDAC and Firebird for Android ?
				Posted: Tue  31 Jul 2018 17:40
				by inageib
				many thanks for your kinds
			 
			
					
				Re: IBDAC and Firebird for Android ?
				Posted: Wed  01 Aug 2018 06:45
				by ViktorV
				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.