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 name as 'TABLE'. Even I fill in the table name "table a" to UpdatingTable property. It remove the '"'.
Thanks,
Tony Ng
However, when we try to insert any record with TOracleNavigator, the insert statement will replace table name as 'TABLE'. Even I fill in the table name "table a" to UpdatingTable property. It remove the '"'.
Thanks,
Tony Ng