Re: ODBC Connection to External Data Source

From: Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com>
To: "Trewern, Ben" <Ben(dot)Trewern(at)mowlem(dot)com>, "'paul_sand(at)mverify(dot)com'" <paul_sand(at)mverify(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC Connection to External Data Source
Date: 2004-01-28 14:48:32
Message-ID: 20040128144832.21529.qmail@web20807.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

--- "Trewern, Ben" <Ben(dot)Trewern(at)mowlem(dot)com> wrote:
> What you're looking for is dblink it's in the
> contrib directory of the
> postgres distribution. Not sure how it works as I
> haven't used it but it
> does have some documentation.
>

dblink allows queries from one PostgreSQL database to
another, but not to a different DBMS. There is a
version in existence which works with Oracle (not sure
if it is a hacked version of dblink, or a new
attempt), but AFAIK it has not progressed beyond the
alpha stage yet.

> Regards,
>
> Ben
>
>
> -----Original Message-----
> From: Paul R. Sand [mailto:paul_sand(at)mverify(dot)com]
> Sent: 27 January 2004 21:56
> To: pgsql-odbc(at)postgresql(dot)org
> Subject: [ODBC] ODBC Connection to External Data
> Source
>
>
>
> I am looking for procedures on how to connect
> postgres to an external data
> source (ODBC to Oracle). I then will query the
> external data source to write
> into postgres relations. I can't find information on
> how to set up the ODBC
> connection from postgres to Oracle so I can use SQL
> in postgres to access
> data in the Oracle database. I have the Oracle ODBC
> drivers install and can
> access them with Excel. I need to also access the
> database from postgres.
> Any suggestions on where I can find information on
> how to make this OBDC
> connection?
>
>
>
> Thanks!
>
>
>
> Paul
>
>
>
>
*****************************************************************************
> This email and any attachments transmitted with it
> are confidential
> and intended solely for the use of the individual or
> entity to whom
> they are addressed. If you have received this email
> in error please
> notify the sender and do not store, copy or disclose
> the content
> to any other person.
>
> It is the responsibility of the recipient to ensure
> that opening this
> message and/or any of its attachments will not
> adversely affect
> its systems. No responsibility is accepted by the
> Company.
>
*****************************************************************************
>

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Cramer 2004-01-29 01:54:37 where's the build environment for odbc
Previous Message Trewern, Ben 2004-01-28 10:25:55 Re: ODBC Connection to External Data Source