Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Pass through query from Access

Author  Topic 

TRACS
Starting Member

5 Posts

Posted - 2009-02-17 : 16:04:20
I need to pass a query from Microsoft Access 2003 to a SQL Server 2005 Server which will then access an ORACLE Server. There are limitations on accessing the ORACLE Serve so that precludes accessing it directly by the user. I am using ODBC Connections to connect all the servers together. I have found info on passing a query from Access to SQL Server, but I get lost when I need to then pass the query on to the ORACLE server. The end user will pass an number value as the variable. I am pretty sure that I need to have a stored procedure in the SQL Server but am new to SQL Server and could use a little guidance. Thanks.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-02-17 : 16:21:37
You can use a linked server from SQL Server to connect to the Oracle server. Search the forums here for linked servers to Oracle as this is addressed a few times per month.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -