SQLite PreparedStatement java.sql.SQLException: The prepared statement has been final

Willie Trombone

Honorary Master
Joined
Jul 18, 2008
Messages
60,038
Varsity assignment, handed it in but correcting it for personal growth. (EDIT: Therefore no JSON web service, client/server using sockets with server accessing/managing the database, pure java and sql, it was either sqlite or derby and I went with sqlite)


Part of the assignment was that I am not allowed to touch the Rental.java class sadly. Has to be client/server with the server renting and the client using serialized files. Downloading the version you made, will get back to you on it in 2/3 days with any questions I might have.

Thanks for doing this.

EDIT: I see what you did with optional, that's a really nice example of it's use for me. :)
Had a quick glance, so I would integrate this into the server's GUI class and do something similar for customer. Will try and make something similar based on what you have done. This is way above anything I could have done on my own. :D
There's another project I am working on to do with setting proxy's, I have currently taken a break from it until the holidays, would it be all right if I ask you to take a look at it when I resume work on it in about a month?

2nd Year?
 

Johnatan56

Honorary Master
Joined
Aug 23, 2013
Messages
30,955
Just curious, my son told me they would be doing Java in Y2. C in Y1 @ Stellenbosch.

Not at stellies, doing a diploma. Supposedly you do java/c coding as a side course in most unis, no real focus on it. Haven't checked up on the new curriculum though.
 

[)roi(]

Executive Member
Joined
Apr 15, 2005
Messages
6,282
Varsity assignment, handed it in but correcting it for personal growth. (EDIT: Therefore no JSON web service, client/server using sockets with server accessing/managing the database, pure java and sql, it was either sqlite or derby and I went with sqlite)



Part of the assignment was that I am not allowed to touch the Rental.java class sadly. Has to be client/server with the server renting and the client using serialized files. Downloading the version you made, will get back to you on it in 2/3 days with any questions I might have.

Thanks for doing this.

EDIT: I see what you did with optional, that's a really nice example of it's use for me. :)
Had a quick glance, so I would integrate this into the server's GUI class and do something similar for customer. Will try and make something similar based on what you have done. This is way above anything I could have done on my own. :D
There's another project I am working on to do with setting proxy's, I have currently taken a break from it until the holidays, would it be all right if I ask you to take a look at it when I resume work on it in about a month?
Only a pleasure; understand the constraints -- I've tutored quite a few students so quite familiar with the strange conditions. However the approach should fairly easily integrate without breaking those stipulations.

As for the proxy project; happy to help, although I don't always have sufficient free time for these types of examples, but I'll certainly try to help where I can + I'm not the only programmer on this forum.
 
Top