Hello,
Will the performance of an access application degrade after the backend is changed to Oracle 9i (from access)?
Is bypassing jet engine necessary? If so, are the below steps (given in the documentation) required?
Modify all SQL statements within the VBA code to comply with Oracle SQL syntax.
? Change SQL statements containing Microsoft Access specific expressions to Oracle syntax.
? Replace built-in Microsoft Access functions used within a SQL statement with the equivalent Oracle functions.
Thanks in advance.
Will the performance of an access application degrade after the backend is changed to Oracle 9i (from access)?
Is bypassing jet engine necessary? If so, are the below steps (given in the documentation) required?
Modify all SQL statements within the VBA code to comply with Oracle SQL syntax.
? Change SQL statements containing Microsoft Access specific expressions to Oracle syntax.
? Replace built-in Microsoft Access functions used within a SQL statement with the equivalent Oracle functions.
Thanks in advance.