0
I need help creating a MySQL for a Java library booking system
I need need help with the java code to create MySql database, and the program has the following methods:âdbconnection(),âupdateBook(),âbooking (),âreturnBook (), and search methods âdbSearch (), and a switch must be used to call search methods which are âsearchBook (),âsearchStudent (),âsearchBooking (), and use if statement to select insert method which are âdbInsert (),âinsert Book (),âinsertStudent ()
1 Answer
+ 9
What exactly do you need to know?