Hi, I will try your code, thanks.
Second question was regarding extraction .mv.db files, because I tried version 1.4.196. I used user "sa" and my password and put a zipped photo into db. How can I get that zipped file from mv.db file? I should use the same user and password and extract the zipped file, but how? I tried this way in console "java -cp h2-1.4.196.jar org.h2.mvstore.MVStoreTool game.h2.db game.zip true" My db file is game.h2.db and I want to put my zipped file from db in game.zip. So, how? On Thursday, November 15, 2018 at 12:53:07 PM UTC+1, Kalcic Salcic wrote: > > Hi, > > I noticed that when I use h2 db version 1.3.176 database is double size > than a photo I put in db. Why is that? With earlier version I put a photo > of 1.5 MB (as a blob) in db and h2 db is also about 1.5 MB, but when I > started using ver.1.3.176 with the same code, my h2 db with the same photo > of 1.5 MB is 3 MB! > > Another question: how can I programmatically extract the .mv.db files? > > Can you help me please? Hope you can! :) > 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
