I'd like to add Derby to my glassfish application, to store one piece of information.
However, I don't want to make the inserts/updates via the application if I can.
I can run ij with a script to create the database and table, but to make the insert and update the information needs to be given by the user and I cannot find a way to do this with ij or any other tool. I know how to do it with other databases, but I am getting lost in the Derby documentation. Is there a way to run an SQL script with parameters?
Many thanks