Hi, Please don't double post. You have asked this question also at http://stackoverflow.com/questions/18924873/h2-embedded-database-loses-tables-data-on-deploymen
Regards, Thomas On Fri, Sep 20, 2013 at 9:59 PM, Josh Harington <[email protected]>wrote: > Hi Guys, > > 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 > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
