Hi Thomas, Further to my last post, one other thing I have noticed. If I load H2 1.3.162 but don't append ;DATABASE_TO_UPPER=FALSE to the url, all of my tables appear.
But as soon as it is appended like this - jdbc: h2:file:D:\OpenOffice\Databases\PrivAccts;IFEXISTS=TRUE; DATABASE_TO_UPPER=FALSE the tables immediately disappear and I get the message - Table "TRANSDETAILS" not found; SQL statement: SELECT Date FROM TransDetails WHERE TransRef = 10858 AND Sect = 1 It does seem like the problem is in ;DATABASE_TO_UPPER=FALSE. Thanks, Noel On Jan 19, 11:19 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > Did you create a new database? I don't think it will work if the database > already exists (as the table name would have been stored in all uppercase > already). > > 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.
