Hi,
if I have to connect the oracle db in the HTML5 application, what can I use? PHP or another programmer's language?
You have some examples?
Thank you.
Best regards.
Connect Oracle DB in the HTML5 application.// Expert user has replied. |
Connect Oracle DB in the HTML5 application.// Expert user has replied.Hi, |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
Hi Mattia,
this question seems a receipt for a disaster :-)
Every programming language that you can use to build a web application can, somehow, be connected to Oracle (BTW, which version?).
More important is what you want to achieve and which language do you already know:
If you know PHP, go for it! The critical decision is not which language to use, but what design are you going to implement:
* use a framework for the app?
* abstract the database with a library?
* which browser/platform you want to target?
And if you want to have a chat about this call me...
Ciao
Pietro