That’s a quote from the Samurai Warriors version of Tokugawa Ieyasu, which I would have benefited from keeping in mind during my study sessions this week. I spent an hour or so yesterday going round and round in circles trying to figure out why a couple of exceptions kept occurring in my JDBC experiment program, and it turned out that the whole problem was due to me not using the next() method to move to the first row in the ResultSet object. Something I would have realised was necessary, had I actually read through the whole JDBC tutorial!
Unfortunately, my approach to studying and programming has been more Maeda Keiji than Ieyasu recently; I’ve been so enthusiastic about the tasks and projects I’m working on that I’ve been rushing the process, jumping around the tutorials and documentation, and trying to build working programs before I really understand the basics of the classes I’m using.

