Direct connect to Oracle on iOS using UniDac or ODAC

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
DuckyDuck
Posts: 16
Joined: Mon 06 Apr 2009 07:58

Direct connect to Oracle on iOS using UniDac or ODAC

Post by DuckyDuck » Sun 22 Jul 2012 15:37

Does direct connect to an Oracle database work from an iPhone / iPad app using DevArt UniDac ?

Also, the same question but using DevArt ODAC instead of UniDac to direct connect to Oracle.

Thank you

Environment
===============
Delphi XE2
Oracle v10 and v11 database
iOS app created using Delphi XE2, connecting to an Oracle database using either UniDac or ODAC

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Direct connect to Oracle on iOS using UniDac or ODAC

Post by AlexP » Mon 23 Jul 2012 09:03

hello,

At the moment, the direct mode for iOS is not supported. This is due to the fact, that at the moment, for application compilation, FPC and xCode are used, and Direct Mode is not supplied with sources. The Direct mode will be implemented as soon as Embarcadero releases their compiler for iOS.

DuckyDuck
Posts: 16
Joined: Mon 06 Apr 2009 07:58

Re: Direct connect to Oracle on iOS using UniDac or ODAC

Post by DuckyDuck » Sun 29 Jul 2012 06:32

Thanks for the info

Since direct connect is not available, s there any other way to connect my Delphi iOS app to an Oracle database using UniDac or ODAC ?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Direct connect to Oracle on iOS using UniDac or ODAC

Post by AlexP » Mon 30 Jul 2012 09:28

hello,

As I wrote before, untill Embarcadero release their compiler for iOS, we cannot implement Oracle support in our components.

Post Reply