So I have an application, and it uses a database, now I need to use an embedded database inside the application so that all you do with it is install the program, and the database is already there (So the client does not have to install a copy of mysql server, wamp, xampp, etc to run the mysql database) with all its information.
I have gotten the application to export into a jar file, which then is made into an exe file perfectly fine, and works on my pc, but when I copy it to another pc and run it, the database is there, but the table data and the tables I put in are gone. What am I doing wrong?
Thanks in advance