how to connect database with a java program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to connect database with a java program

13th Sep 2016, 1:17 PM
vikas gupta
vikas gupta - avatar
2 Answers
0
It's called jdbc(java database connector) driver. Download the jar file and put it on library, you are all ok to play with database in java. Also some orm(object relational model) tools are found like hibernate for manipulating database(For me seems more easier.). Now it's your choice.
13th Sep 2016, 5:29 PM
B M Shams Nahid
B M Shams Nahid - avatar
0
Easiest way is to use a JDBC connection driver. In case you need assistance in writing the connection statements, leave a message in the comments section.
14th Sep 2016, 2:00 PM
Rohan Raj
Rohan Raj - avatar