Hi Thomas, Sorry about the delay in responding - I've been caught up with other things.
My problem is that when I append DATABASE_TO_UPPER=FALSE to the database URL and reload the database, none of my tables are loaded and I get an error message like "There exists no table named 'PRIVACCTS.PUBLIC.TransHeader' " (This is with h2-1.3.162.jar loaded in the Java Class Path.) As a test, I removed DATABASE_TO_UPPER=FALSE from the database URL and reloaded the database. The result was that all of my tables loaded normally, but of course I get an error message like 'Table "TRANSDETAILS" not found'. (My table name is TransDetails.) Does appending DATABASE_TO_UPPER=FALSE to the URL in some way affect the loading of the tables? I seem to be stuck on this one. Any ideas on what I might be doing wrong? Thanks, Noel On Feb 6, 6:41 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > You can't use the same database sometimes with DATABASE_TO_UPPER=FALSE and > sometimes without this option. If you use the option, you need to use it > every time you open the database. The setting is not persisted. > > Regards, > Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
