Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have done research on this and I can't seem to come up with a solution. I don't know if I am explaining this well but basically, I am making a web application which pulls data from my oracle database for varies reasons such as graphs. To create the web application to start with I am just using vs code as an editor and mamp to display it on the local host. I have connected my web applications to MySQL servers before by just having a few lines of PHP to connect. I have read I may need some drivers for the connection to work. I have also read it is best to connect with java but I am unsure. Not sure if anyone can make sense of it.

What I have tried:

I have tried to do it in php to start but I didn't have any luck I also was looking into JDBC drivers but I am unsure if that's the right way to go down.
Posted
Updated 18-Oct-18 0:09am
v2

1 solution

I suggest reading the documentation first
- Connecting to Oracle Database[^]
- Database Web Services[^]
The best language to use is usually the language you know best, but there are probably more examples available in Java.

Give it a go but come back with a specific question if you get stuck
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900