NEED TO LEARN JAVA – 5 FREE JAVA VIDEO COURSES – CLICK HERE – https://goo.gl/7i95F8 — View more videos on my “Java JDBC Tutorial” Playlist: …
Original source
NEED TO LEARN JAVA – 5 FREE JAVA VIDEO COURSES – CLICK HERE – https://goo.gl/7i95F8 — View more videos on my “Java JDBC Tutorial” Playlist: …
Original source
4 responses to “Java JDBC Tutorial – Part 6.2: Calling MySQL Stored Procedures with Java”
Great Tutorial! I have only one question: Why do I need registerOutParameter? Because getString also works without this. I don' unterstand it's need.
but output is not changed
Salaries BEFORE
Public, Mary, Engineering, 75000.00
Johnson, Lisa, Engineering, 50000.00
Brown, Bill, Engineering, 50000.00
Fowler, Mary, Engineering, 65000.00
Calling stored procedure. increase_salaries_for_department('Engineering', 10000)
Finished calling stored procedure
Salaries AFTER
Public, Mary, Engineering, 75000.00
Johnson, Lisa, Engineering, 50000.00
Brown, Bill, Engineering, 50000.00
Fowler, Mary, Engineering, 65000.00
hello please explain where is the "Hello to the awesome department…" phrase in the code I see it only in console output. Thanks
Thank you so very much