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 Odpowiedź
+ 9
What exactly do you need to know?