I have recently downloaded a trial version of your product and am most impressed

Could you please assist me with the following error as i have just began migrating to DBExpress.
I have a TSQLDataset component with the type set to ctTable, the Schema name set to the Schema name and the table name set.
I have an associated TDatasetprovider as well as aTClientDataset component linked.
The data displays fine in the data-aware component but calling the TClientDatasets Apllyupdates method raises the ORA-00952 error.
If i however, change the TableName property of the TSQLDAtaset to include the schema in the .Table Name format, it works.
Any advice?