I have an application that uses an Access MDB database for its datasource and references a table with a column named 'Date'. This column must be named 'Date', which is a reserved word in Oracle. Is there anyway I can link in a table and change the Column name to 'Date' at the Access level, but so it still points to a column on the oracle table that's named slightly different? Thanks.
Start Free Trial