Java JDBC Limited Scanner

和自甴很熟 提交于 2019-12-02 20:46:12

问题


Im a beginner looking to create a scanner that inserts user input data into a MySQL database I've created for a fitness application.

My current database is laid out with the following headings: Date_Created, Program_Name, Excercise_Name, Total_Sets, Set_1_Weight, Set_1_Reps, Set_2_Weight, etc. up to Set 10.

I'm looking for assistance to allow the scanner to query amount of sets input by the user in Total_Sets.

Any help would be greatly appreciated.

Thanks.

来源:https://stackoverflow.com/questions/58970552/java-jdbc-limited-scanner

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!