Page 1 of 1
connect to remote database from mobile app
Posted: Sun 31 May 2015 00:39
by inageib
Hi,
I want to develop a mobile app (Android and iOS) using Delphi XE 8, I will need to get and change data in the remote server over the internet, does DevArt provide a component or SDK for that ?
The database is Firebird.
Re: connect to remote database from mobile app
Posted: Tue 02 Jun 2015 12:32
by ViktorV
You can develop mobile applications using IBDAC to organize access to InterBase. InterBase supports mobile operating systems starting from InterBase XE3. To test IBDAC functioning on mobile platforms, you can use our Mobile demo project. It can be found in the 'Demos\Mobile' folder relatively to the IBDAC demos installation path.
You cannot connect to a Firebird server from Android using IBDAC, because Firebird does not officially support mobile operating systems. We will add support for Firebird under mobile operating systems as soon as Firebird supports mobile operating systems.
Pay attention, Mobile Development is available only in Professional and Trial Editions of IBDAC.
Re: connect to remote database from mobile app
Posted: Tue 02 Jun 2015 16:57
by inageib
If I connect directly to InterBase over the internet is it going to be fast ? does IBDac support support offline mode when there is no internet connection ?
Re: connect to remote database from mobile app
Posted: Wed 03 Jun 2015 08:29
by ViktorV
Connection speed to the server in the Internet depends on many external factors and may vary. You can test access speed to the needed server on our mobile demo project. The link to the project was provided above.
IBDAC has no support for work without connection to the server, but it has options for work in unstable networks. The article
http://www.devart.com/ibdac/docs/#unstable_network.htm describes ways of IBDAC optimization in order to work with unstable network connection.
Re: connect to remote database from mobile app
Posted: Wed 10 Jun 2015 02:47
by inageib
Is there any demo or tutorial for using IBDac with Datasnap ?
Re: connect to remote database from mobile app
Posted: Wed 10 Jun 2015 09:41
by ViktorV
See how to use DAC products in DataSnap applications in our blog:
http://blog.devart.com/using-dac-produc ... pment.html