Quote:
|
Originally Posted by THizon
We are using Oracle as the DB for our Financial System. As an additional report-writing tool, we use MS Access that connects to Oracle thru ODBC. My question is, where is the actual retrieving, extracting & manipulating of data done? Is it on the user's workstation or on the server?
|
Hi,
It would depend on your setup...
If you have linked tables and your query-ing them from there using regular querys the processing is mostlikely beeing done on the local machine.
If you are using pass-through querys, processing will be done on the server
Regards