Re: [h2] remove database??help me

2013-12-02 Thread Ryan How
Are you using an in memory database? They don't persist so will be blank each time you open it. On 3/12/2013 11:29 AM, ??? wrote: Do not know why.. 11:17:41,719 INFO ~ Connected to jdbc:h2:tcp://10.1.1.222/~/test;CACHE_SIZE=131 072;CACHE_TYPE=SOFT_LRU;WRITE_DELAY=2000 11:17:41,747 INFO

Re: [h2] remove database??help me

2013-12-02 Thread 董藝興
NO,i setting file application.conf is connectionhttp://www.h2database.com/html/features.html#embedded_databases database db.url=jdbc:h2:tcp://10.1.1.222/~/testhttp://www.google.com/url?q=http%3A%2F%2F10.1.1.222%2F~%2Ftestsa=Dsntz=1usg=AFQjCNFDzEbF338PEfjfJJ9EitJ9GD6lJQ ; Kartweel於

Re: [h2] remove database??help me

2013-12-02 Thread Ryan How
No idea. Must be an issue in your config. Try opening another connection to your DB from the H2 console and see what happens to the tables. On 3/12/2013 1:32 PM, 董藝興 wrote: NO,i setting file application.conf is connection http://www.h2database.com/html/features.html#embedded_databases database

Re: [h2] remove database??help me

2013-12-02 Thread Thomas Mueller
Hi, I spot two things: 11:17:42,137 INFO ~ Table TEST needs to be removed This message is from the Play framework. I think you need to ask there, or at StackOverflow.com The second thing is the error code, [42102-166], this means you are using build 166 (the -166 means you are using this

Re: [h2] remove database??help me

2013-12-02 Thread 董藝興
hello Thomas Mueller And play framework version Matter? my play framework version play-1.2.5.3 Thomas Mueller於 2013年12月3日星期二UTC+8下午1時49分24秒寫道: Hi, I spot two things: 11:17:42,137 INFO ~ Table TEST needs to be removed This message is from the Play framework. I think you need to ask