Re: Using AUTO_SERVER=true

2009-02-02 Thread Bart Orriens
Hi Thomas, sorry, my mistake. I tried the workaround the way you indicated. It works like a charm! Thanks a lot for your help! Cheers, Bart --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To po

Re: Using AUTO_SERVER=true

2009-02-02 Thread Bart Orriens
Hi Thomas, I tried the workaround. In the printout I now get: h2.bindAddress=localhost but the error remains the same (also with using "127.0.0.1"). When I run the console program, everything seems to be working fine when i select the h2 server. I can run the example queries and access the datab

Re: Using AUTO_SERVER=true

2009-02-02 Thread Bart Orriens
Hi Thomas, I ran the program. This was the result: awt.toolkit=sun.awt.windows.WToolkit file.encoding=Cp1252 file.encoding.pkg=sun.io file.separator=\ java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment java.awt.printerjob=sun.awt.windows.WPrinterJob java.class.path=C:\testnetwork\build\classe

Re: Using AUTO_SERVER=true

2009-01-27 Thread Bart Orriens
ilar)? What happens if you execute > "ping localhost", and "ping 127.0.0.1"? > > Regards, > Thomas > > > > On Tue, Jan 27, 2009 at 2:00 AM, Bart Orriens > wrote: > > The latest beta version gives the exact same problem. > > > > > > >

Re: Using AUTO_SERVER=true

2009-01-26 Thread Bart Orriens
The latest beta version gives the exact same problem. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to h2-database@googlegroups.com To unsubscribe from this gro

Re: Using AUTO_SERVER=true

2009-01-26 Thread Bart Orriens
In follow up, the version i'm using is 1.0.79 (the last stable version). I'll try the same with the latest beta version. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, se

Re: Preservation of table names with both lowercase and uppercase letters

2009-01-15 Thread Bart Orriens
Yes, I am. but my table names and column names are user dependent, and hence in theory could contain such instances. I'll restrict usage of names to non-mixed case names though. I was just wondering about whether there were plans in that directions. I saw the post you are referring to, and that wa

Re: Problem inserting blob values

2009-01-10 Thread Bart Orriens
Hi Thomas, thanks for the quick answer! This clarifies things greatly. Cheers, Bart On Sat, Jan 10, 2009 at 3:24 AM, Thomas Mueller < thomas.tom.muel...@gmail.com> wrote: > > Hi, > > Short answer: I suggest to use the X'...' syntax instead of 0x... > > Long answer: > > The problem is that H2 i