+ 1
How to embedded database in my java school management project ...
How to embedded database in my java school management project I have attached a mysql database in project but whenever I deploy the software I have to install the mysql server on that pc is there any solution regarding this as I don't need to install database server externally..
1 Réponse
+ 12
//here are some posts on JDBC I found that have some information on connectivity , see 1st one
https://www.sololearn.com/Discuss/727347/?ref=app
https://www.sololearn.com/Discuss/920451/?ref=app
https://www.sololearn.com/Discuss/999695/?ref=app
//Some nice playlist I found on JDBC on YT
https://www.youtube.com/playlist?list=PLsyeobzWxl7rU7Jz3zDRpqB-EODzBbHOI
//hope it helps