#Need help to implement a function in my library system, need someone that is good at MYSQL and Java

1 messages · Page 1 of 1 (latest)

craggy yoke
#

Hello, I have a assignment where I have to connect my MYSQL database to Intellij and create a Library system with Java FX and scenebuilder. I have already created multiple classes with functions and fxmls for these classes. I'm stuck at implementing the receipt function. I would really appreciate if it someone could help me.

It shouldn't take a lot of time.

Regards,

Sakashi.

coarse mountainBOT
#

This post has been reserved for your question.

Hey @craggy yoke! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

cerulean relic
#

you should just ask the concrete problem here

craggy yoke
#

I have created receipt.fxml and a ReceiptController with the neccesary attributes from the database to retrieve information that I want in the receipt. I'm having trouble implementing a method that shows this information in my receipt.fxml.

#

When I click on borrow, the receipt.fxml won't open up. I have made the code work earlier which makes it open up, but the information isn't there. The lines are empty.

cerulean relic
craggy yoke
#

I have a class called DatabaseConnector that is working. I am connected to the database. I also have a SQL query

#

Which I am working from.

#

As I said, I'm having trouble implementing the function.

cerulean relic
#

what exact problems?

craggy yoke
#

Do you have zoom?

#

It would be easier to show you.

cerulean relic
#

Im able to talk only here

craggy yoke
#

It's going to be hard then >.<

cerulean relic
#

np, maybe somebody else will help you

craggy yoke
#

Let

#

Lets hope!

amber void
#

just describe your problem here

craggy yoke
#

I have created receipt.fxml and a ReceiptController with the neccesary attributes from the database to retrieve information that I want in the receipt. I'm having trouble implementing a method that shows this information in my receipt.fxml.
[13:27]
When I click on borrow, the receipt.fxml won't open up. I have made the code work earlier which makes it open up, but the information isn't there. The lines are empty.