Subject Re: Table names and Column Names
Author Roman Rokytskyy
Hi,

> Could you try the cvs version of the java driver? I think Roman
> fixed these problems a day or two ago.

I fixed problems with column names. Table names are pure SQL dialect
issue and should be resolved on the server or in the SQL statement.

John, in order to fix "test" table name problem, you have to either
rename it into "TEST" == test, or switch your database to SQL dialect
1. I would suggest former solution, because in next versions of
Firebird SQL dialect 1 will be dead.

Best regards,
Roman Rokytskyy