0
Is it possible to run an Oracle query in javascript?
How should I do it?
1 Antwort
0
Database should be called by server-side code (e.g. PHP, Ruby, ...), but you could make an Ajax request using JavaScript.
If you're using NodeJS, their should be librairies to do that.