Link to home
Start Free TrialLog in
Avatar of Randy Rich
Randy RichFlag for United States of America

asked on

What's the quickest and easiest method of creating a mobile app and connecting it to an Oracle database using Delphi XE

I have been using Delphi since version 1 but am new to XE5 and all of the mobile tools.  I need to create a very simple app for an Ipad that will connect to an Oracle server over the web and feed up information.  I'm reading about Intraweb, Rest, Firedac, datasnap etc and it's all a little confusing and I'm on a time limit.  I'm looking for someone that is very versed in doing this type of thing that can get me there fast because I've only have a few days.

I'm including Oracle in this search because I know that there are built in products to expose data to the web there as well.
Avatar of Sinisa Vuk
Sinisa Vuk
Flag of Croatia image

Just quick pick (I'm really don't use it for now) - blog about connecting to remote database:
http://blog.devart.com/android-database-application-development-in-rad-studio-xe5.html
..using devart's ODAC direct access component.
Avatar of Randy Rich

ASKER

What's the pitfalls to ODAC?  Obviously you would be limited by bandwidth, but is it efficient?
I can suggest just to try trial version. In win platform is quite efficient.
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
So in Delphi XE5 which components would be the best for talking to a web service?
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

I'm not a Delphi person so I'm left to Google.

Look for:  Delphi XE consume web service.

https://forums.embarcadero.com/thread.jspa?messageID=630961
the easiest way is to create a static webpages with a delphi exe
you connect to the db as usual and save the files via ftp to the website

it all depends on what your app has to do