Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > Odbc

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-15-04, 16:09
THizon THizon is offline
Registered User
 
Join Date: Jun 2004
Posts: 2
Odbc

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?
Reply With Quote
  #2 (permalink)  
Old 06-15-04, 16:50
gbrabham gbrabham is offline
Registered User
 
Join Date: Apr 2003
Location: Greenville, SC (USA)
Posts: 1,143
If you are using Access ... It is probably pulling the data across the wire and changing it on the local machine ... I know that if you do queries in Access
and have condition statements, the entire result set is set across and "conditioned" out in the local machine ...

HTH
Gregg
Reply With Quote
  #3 (permalink)  
Old 06-15-04, 17:24
THizon THizon is offline
Registered User
 
Join Date: Jun 2004
Posts: 2
I thought that Access will send a SQL statement (based on the Query with several conditional parameters) and send it to the Oracle Server. Oracle will then return just the results of the query to MS Access. So, I thought wrong?
Reply With Quote
  #4 (permalink)  
Old 06-16-04, 03:47
namliam namliam is offline
Registered User
 
Join Date: Jan 2004
Location: The Netherlands
Posts: 421
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
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On