M medata New Member Licensed User Longtime User Feb 21, 2013 #1 I have many ideas for apps if it would be possible to make a connection to my Oracle DB 11g. If it is possible for Mysql ("MySQL Library with jdbc") it should be possible for Oracle too. :sign0163:
I have many ideas for apps if it would be possible to make a connection to my Oracle DB 11g. If it is possible for Mysql ("MySQL Library with jdbc") it should be possible for Oracle too. :sign0163:
Erel B4X founder Staff member Licensed User Longtime User Feb 22, 2013 #2 I recommend you to use a web service for that.
Z Zhadnost New Member Feb 27, 2013 #3 Some sort of database abstraction library like DBI for perl would be brilliant. At the moment I'm developing an app that I'd like to run natively on android, but will be running in a web browser window because of this reason.
Some sort of database abstraction library like DBI for perl would be brilliant. At the moment I'm developing an app that I'd like to run natively on android, but will be running in a web browser window because of this reason.
Erel B4X founder Staff member Licensed User Longtime User Feb 27, 2013 #4 How are you accessing the database from the browser?