connect to remote database from mobile app

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

connect to remote database from mobile app

Post by inageib » Sun 31 May 2015 00:39

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.

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

Re: connect to remote database from mobile app

Post by ViktorV » Tue 02 Jun 2015 12:32

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.

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

Re: connect to remote database from mobile app

Post by inageib » Tue 02 Jun 2015 16:57

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 ?

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

Re: connect to remote database from mobile app

Post by ViktorV » Wed 03 Jun 2015 08:29

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.

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

Re: connect to remote database from mobile app

Post by inageib » Wed 10 Jun 2015 02:47

Is there any demo or tutorial for using IBDac with Datasnap ?

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

Re: connect to remote database from mobile app

Post by ViktorV » Wed 10 Jun 2015 09:41

See how to use DAC products in DataSnap applications in our blog: http://blog.devart.com/using-dac-produc ... pment.html

Post Reply