+ 1
How to use jdbc to connect to oracle database and java program and perform crud operations from the java program during run time
I wanted to know how to store run time values in SQL database using java with the help of jdbc
1 Resposta
+ 1
Google some tutorials, it's a bit too complicated to describe here. Basically you need to download oracle jdbc driver, then establish a connection using this driver and jdbc tools, then write some sql to perform crud.
Here is a good tutorial I like
https://www.youtube.com/playlist?list=PLEAQNNR8IlB4R7NfqBY1frapYo97L6fOQ