Hi Thomas, > You need to edit the SQL script first, so that the identifier names are of > the correct case (find-replace).
In my post of Jan 27, 2:55 pm, I mentioned that I unzipped PrivAccts.odb and searched in several of the unpacked files. In all cases the SQL I found had the correct case (e.g. TransDetails for a table name). So that is probably not where you mean. Where do I find the SQL script referred to above? Thanks, Noel On Feb 23, 6:42 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > 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.) > > You need to edit the SQL script first, so that the identifier names are of > the correct case (find-replace). > > Does appending DATABASE_TO_UPPER=FALSE to the URL in some way affect > > > the loading of the tables? > > No, but the SQL script does. > > 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.
