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.

Reply via email to