Re: Issue Select statement from SQL Server 2000 to obtain data fro
- From: "Mary Chipman [MSFT]" <mchip@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 18 Jun 2008 10:54:02 -0400
No, that is not possible. Each storage engine and data source requires
different authentication and security credentials. Why do you want to
use a single connection?
--Mary
On Mon, 16 Jun 2008 15:13:01 -0700, rmcompute
<rmcompute@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Thank you for your reply. What I was wondering is if I could write a select.
query in SQL Server which connects to Oracle using the same connection as I
did within Access.
"Mary Chipman [MSFT]" wrote:
If you are using Access, then you can create a second ODBC connection
and pass-through query to select data from SQL Server. If you want to
join the results, then create an Access query based on the 2
pass-through queries. HTH,
Mary
On Sat, 14 Jun 2008 05:57:01 -0700, rmcompute
<rmcompute@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I created an ODBC connection with the Microsoft ODBC for Oracle driver and
successfully connected to Oracle from Microsoft Access by creating a pass
through query. Can I use this connection from within SQL Server 2000 to
issue a Select statement and pull data from an Oracle table? i.e. Select *
from Oracle.dbo.<table Name>
- Follow-Ups:
- References:
- Re: Issue Select statement from SQL Server 2000 to obtain data from Or
- From: Mary Chipman [MSFT]
- Re: Issue Select statement from SQL Server 2000 to obtain data from Or
- Prev by Date: Re: Unable to Generate SSPI Context w/ .Net 2.0 App and Windows 2000 Professional Client
- Next by Date: Re: Issue Select statement from SQL Server 2000 to obtain data fro
- Previous by thread: Re: Issue Select statement from SQL Server 2000 to obtain data from Or
- Next by thread: Re: Issue Select statement from SQL Server 2000 to obtain data fro
- Index(es):
Relevant Pages
|
Loading