I am making a simple example Java Swing application but when I run it on another PC it shows data fine but cannot save any data and it gives this exception:
java.sql.SQLException: attempt to write on read-only database
How should I do to make it writeable. I am using the NetBeans IDE for a Java Swing app.