Matthew,
I would urge you to get a test machine so that you can test your installer package
Quote:
Originally Posted by MattFriend
I have two questions I'm hoping someone will know:
1. If I link an Access front end to the Oracle database using ODBC, then package the front end as an application (with install program, etc. as output by access 2010), will the app when installed maintain the link to the Oracle database? (or will I have to install the ODBC Oracle driver and relink the tables afterwards?).
|
You will need to install the Oracle ODBC driver and configure it on each machine.
When you launch the Access front end, it should use the ODBC connection without having to relink.
Quote:
Originally Posted by MattFriend
2. For my queries, am I able to use Oracle's version of SQL since the SQL is being passed to the Oracle database for processing, or do I have to use Access's ANSI-92?
|
I have never used an Oracle back end before. I would say you need to just test it to see.
I normally do not use the P & D wizard in Access. It does a good job of installing the Access Runtime if needed. I find it is not good for installing updates. I owudl only use it for a first time install.
For deploying updates see
Auto FE Updater