Hello,
I'm a student and I've been stuck on a problem for a few days. “The result set is closed”
I want to test my getFromID method, which allows me to load a groupline and the lines in that groupline (then the blocks in that line, and then the devices in that line).
So in the groupline dao I access the line dao to call the getlistefromgroupe method, which lets me return all the lines in a groupline as a list.
Can you help me find the error? Here are the different codes below: