Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to get output of the database of the bank management system #1

Open
tiwarisaugatt opened this issue Dec 30, 2021 · 1 comment

Comments

@tiwarisaugatt
Copy link

I would have tried the bank management system mini project. this project runs smoothly but it doesnot execute it. while giving the values it does not accept it. and I cannot get the output. .PLEASE Solve this issues.

@SaiNeha2609
Copy link

  1. Check the mysql jar versions present in the project and mysql database application that you are using.
  2. If they don't match then delete the old versions of mysql jars present in lib, dist/lib and download the mysqlconnector/j jar and upload them.
  3. Also add the jar while building in the classpath.
  4. In dbconnection change the username and password according to your mysql database credentials.
  5. Changed to com.mysql.cj.jdbc.Driver in forname argument.
  6. In AccountHolderSceneController.java file, in the addcustomer method I have added Id variable in the query statement as it is throwing error while executing the form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants