Oracle database

Can Corona access an Oracle database ? If so, are there guidelines available?

Yes. Search for Rob Miracle’s JSON tutorials on the net. You need to write a little php server code that ties to your backend Oracle server and returns JSON results to a mobile device calling it. Then you receive JSON data and process it on the mobile. I’ve used this approach on mySQL db extensively but I am sure it will work on Oracle too. Good luck.

Ksan, do you mean using php site as a web service for this? I basically do the same thing with SP.NET.

Warren

Yes. Search for Rob Miracle’s JSON tutorials on the net. You need to write a little php server code that ties to your backend Oracle server and returns JSON results to a mobile device calling it. Then you receive JSON data and process it on the mobile. I’ve used this approach on mySQL db extensively but I am sure it will work on Oracle too. Good luck.

Ksan, do you mean using php site as a web service for this? I basically do the same thing with SP.NET.

Warren