Interbase 6

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
justapps1
Posts: 5
Joined: Wed 06 Mar 2013 18:59

Interbase 6

Post by justapps1 » Fri 20 Sep 2013 20:58

Would it be possible to connect to a remote Interbase 6 server with an iOS using IBDac? The reason I ask is because it was the last free version of Interbase IIRC.

Also, since Android doesn't have the restriction for dynamic libraries will there be a way to connect to a remote Firebird database in the future using IBDac?

-Brent

AndreyZ

Re: Interbase 6

Post by AndreyZ » Mon 23 Sep 2013 08:46

You cannot work with InterBase 6 on the iOS platform because InterBase supports iOS starting from InterBase XE3 ToGo.
Firebird does not support Android, it supports Windows, Linux, and Mac OS X. You can find this information at http://www.firebirdsql.org/en/firebird-2-5-2-upd1/ . We will add support for Firebird under Android as soon as Firebird supports Android.

justapps1
Posts: 5
Joined: Wed 06 Mar 2013 18:59

Re: Interbase 6

Post by justapps1 » Mon 30 Sep 2013 20:39

I found this site that shows how to build for android

AndreyZ

Re: Interbase 6

Post by AndreyZ » Tue 01 Oct 2013 10:55

Firebird does not officially support Android. We will support Firebird under Android as soon as Firebird officially supports Android.
Please note, that posting links to other resources is against the policy of our company. That is why I removed the link you posted here.

Tsagoth
Posts: 33
Joined: Wed 15 Jul 2009 01:25

Re: Interbase 6

Post by Tsagoth » Sun 27 Oct 2013 02:39

Your answer of "You cannot work with InterBase 6 on the iOS platform because InterBase supports iOS starting from InterBase XE3 ToGo." makes no sense. He didn't ask you if he could use Interbase on a mobile device.

The question was "Would it be possible to connect to a remote Interbase 6 server with an iOS using IBDac?". Is it possible to use IBDAC to connect to a remote IB 6 server. I don't see why the answer would not be yes, but who knows. Unless IBDAC itself does not work on either iOS or Android, but the product page says it does.

AndreyZ

Re: Interbase 6

Post by AndreyZ » Mon 28 Oct 2013 12:18

Yes, it is possible to connect to a remote InterBase 6 using IBDAC, but not from a device. To connect to InterBase or Firebird, IBDAC uses the client library (gds32 or fbclient correspondingly). As Apple has a restriction of using non-standard dynamic libraries (.dylib), there is no possibility to work with InterBase 6 from an iOS device. It is possible to connect to InterBase XE3 from an iOS and Android device as it does support these platforms. In this case, the client library is statically linked to an application.
As Firebird does not support neither iOS nor Android, there is not possibility to work with Firebird from an iOS or Android device.

Tsagoth
Posts: 33
Joined: Wed 15 Jul 2009 01:25

Re: Interbase 6

Post by Tsagoth » Tue 29 Oct 2013 00:51

I see. Thanks for the explanation.

AndreyZ

Re: Interbase 6

Post by AndreyZ » Tue 29 Oct 2013 08:26

You are welcome.

Post Reply