If we use "table a" as a table name, and place 'select * from "table a"' on TOracleDataset. It would be no problem. (In database, the table name is lowercase with space such as 'table a'.)
However, when we try to insert any record with TOracleNavigator, the insert statement will replace table...